X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsetup.h;h=68643a2f3f2fe803ed6a003883dab231978584b0;hp=b0b6a8d2dfbc998fda2d1f85082a7caed3d0f412;hb=8848a001bf529a3e06710b80b928094e48f25aa8;hpb=205e33df255a817dc1032696f065256a08aa61fa diff --git a/src/libgame/setup.h b/src/libgame/setup.h index b0b6a8d2..68643a2f 100644 --- a/src/libgame/setup.h +++ b/src/libgame/setup.h @@ -266,6 +266,7 @@ void sortTreeInfoBySortFunction(TreeInfo **, int (*compare_function)(const void *, const void *)); void sortTreeInfo(TreeInfo **); +void freeTreeInfo(TreeInfo *); char *getHomeDir(void); char *getCommonDataDir(void);