X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fpluginserver.h;fp=cinelerra-5.0%2Fcinelerra%2Fpluginserver.h;h=03e9d924198d5dbca7823e4ec8e541f2f3b6f7e1;hb=748ee792315fb16950b10d231acaa4757fe58084;hp=a67e32e195c78caddfea49b3fc9d4f3cde8299fe;hpb=3dee1953082948f1468410d6921c7d878cda5fbf;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/pluginserver.h b/cinelerra-5.0/cinelerra/pluginserver.h index a67e32e1..03e9d924 100644 --- a/cinelerra-5.0/cinelerra/pluginserver.h +++ b/cinelerra-5.0/cinelerra/pluginserver.h @@ -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);