LADSPA_PATH env var processing
[goodguy/history.git] / cinelerra-5.0 / cinelerra / pluginserver.h
index a67e32e195c78caddfea49b3fc9d4f3cde8299fe..03e9d924198d5dbca7823e4ec8e541f2f3b6f7e1 100644 (file)
@@ -132,8 +132,8 @@ public:
 // Release any objects which are required after playback stops.
        void render_stop();
 // Write entry into plugin table
-       void write_table(FILE *fp, int idx);
-       static int scan_table(char *text, int &type, char *path, char *title);
+       void write_table(FILE *fp, const char *path, int idx, int64_t mtime);
+       static int scan_table(char *text, int &type, char *path, char *title, int64_t &mtime);
        int read_table(char *text);
 // queries
        void set_title(const char *string);