"Fossies" - the Fresh Open Source Software Archive

Member "netbiff-0.9.18/dir.h" (21 Sep 2003, 226 Bytes) of package /linux/privat/old/netbiff-0.9.18.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #ifndef DIR_H
    2 #define DIR_H
    3 
    4 #include <limits.h>
    5 
    6 int dir_foreach(const char *, int (*cb)(const char*, const char *));
    7 void make_path(char *, const char*, const char *);
    8 int dir_is_protected(const char *);
    9 
   10 #endif /* DIR_H */