functions.h

Thu, 26 May 2011 14:39:52 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 26 May 2011 14:39:52 +0200
changeset 3
510d6b198dde
parent 1
v2.h@34a5e235d16e
child 4
c3acfb3b4957
permissions
-rw-r--r--

Moved some functions to functions.c
Replaced static variables by settings_t type

#ifndef _CLINE_FUNCTIONS_H
#define _CLINE_FUNCTIONS_H

int checkArgument(const char*, const char*);
bool testSuffix(char* filename, settings_t* settings);
int scanDirectory(DIR *dir, const int spaces,
                  char* currdir, settings_t* settings);

#endif /* V2_H */

mercurial