]> git.cameronkatri.com Git - mandoc.git/blobdiff - compat_fts.h
credits for release testing
[mandoc.git] / compat_fts.h
index f4a97a4c3a56de634a9a4038a90e28a713568916..ca3f3a7ed804fa8207d3dcf774ca7ece72a60d38 100644 (file)
@@ -43,7 +43,8 @@ typedef struct {
        char *fts_path;                 /* path for this descent */
        size_t fts_pathlen;             /* sizeof(path) */
        int fts_nitems;                 /* elements in the sort array */
-       int (*fts_compar)();            /* compare function */
+       int (*fts_compar)(const struct _ftsent **, const struct _ftsent **);
+                                       /* compare function */
 
 #define        FTS_NOCHDIR     0x0004          /* don't change directories */
 #define        FTS_PHYSICAL    0x0010          /* physical walk */