Move some functions around to improve overall structure
[lttv.git] / lttv / lttv / sync / graph_functions.h
index 55f9a13b6e4dfe6046d012f5405d1ea2b2cf866a..65517088556b71b85e0a5defa3bed737e472dbdc 100644 (file)
@@ -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
This page took 0.023304 seconds and 4 git commands to generate.