X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fsync%2Fgraph_functions.h;h=65517088556b71b85e0a5defa3bed737e472dbdc;hb=1d597550379cb00832f73bd5402918fd6ed2e9df;hp=55f9a13b6e4dfe6046d012f5405d1ea2b2cf866a;hpb=d5b038ec901e9753a8569f33516a49361c54254c;p=lttv.git diff --git a/lttv/lttv/sync/graph_functions.h b/lttv/lttv/sync/graph_functions.h index 55f9a13b..65517088 100644 --- a/lttv/lttv/sync/graph_functions.h +++ b/lttv/lttv/sync/graph_functions.h @@ -42,6 +42,8 @@ typedef struct } GraphFunctions; +FILE* createGraphsDir(const char* const graphsDir); +char* changeToGraphsDir(const char* const graphsDir); void writeGraphsScript(struct _SyncState* const syncState); #endif