00001 00008 #ifndef DIRLISTING_H 00009 #define DIRLISTING_H 00010 00011 #include <stdio.h> 00012 00013 00023 void dirlistingPrintHeadline(FILE *stream, const char dirName[]); 00024 00031 void dirlistingPrintEntry(FILE *stream, const char dirName[], 00032 const char entryName[]); 00033 00034 00035 #endif /* DIRLISTING_H */
1.7.1