00001 00008 #ifndef DIRLISTING_H 00009 #define DIRLISTING_H 00010 00011 #include <stdio.h> 00012 00013 00019 void dirlistingPrintHeadline(FILE *stream, const char dirName[]); 00020 00027 void dirlistingPrintEntry(FILE *stream, const char dirName[], 00028 const char entryName[]); 00029 00030 00031 #endif /* DIRLISTING_H */
1.7.1