functions.h

Fri, 27 May 2011 14:45:16 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 27 May 2011 14:45:16 +0200
changeset 6
be923400164c
parent 4
c3acfb3b4957
child 8
28319b20968c
permissions
-rw-r--r--

encapsulated suffix list in type suffix_list_t

     1 #ifndef _CLINE_FUNCTIONS_H
     2 #define _CLINE_FUNCTIONS_H
     4 #ifdef _cplusplus
     5 extern "C" {
     6 #endif
     8 int checkArgument(const char*, const char*);
     9 bool testSuffix(char* filename, settings_t* settings);
    10 int scanDirectory(DIR *dir, const int spaces,
    11                   char* currdir, settings_t* settings);
    13 #ifdef _cplusplus
    14 }
    15 #endif 
    17 #endif /* _CLINE_FUNCTIONS_H */

mercurial