]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/protos.h
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / findlib / protos.h
index b6b8acff8251c83c603816d8df9baf8e069101ef..90eb6da75aad7878f15d0193fe16612c217d5a88 100644 (file)
@@ -82,7 +82,7 @@ bool path_list_add(JCR *jcr, uint32_t len, char *fname);
 
 /* from fstype.c */
 bool fstype(FF_PKT *ff_pkt, char *fs, int fslen);
-bool fstype_cmp(FF_PKT *ff_pkt, const char *fstype_name);
+bool fstype_equals(const char *fname, const char *fstype_name);
 
 /* from drivetype.c */
 bool drivetype(const char *fname, char *fs, int fslen);