diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-30 19:11:49 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-30 19:11:49 +0000 |
| commit | 29173b3199ea526b6f9de13ee9255db3900f3f42 (patch) | |
| tree | afe8819193e22f50ec88100c0c2242105dd98f3a /include/main.h | |
| parent | 1f7f0b8da7a868b40c23f034c75bce46713c5c32 (diff) | |
- program si kontroluje ci existuju subory ktore pouziva
git-svn-id: http://opensvn.csie.org/tuxanci_ng@48 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/main.h')
| -rw-r--r-- | include/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/main.h b/include/main.h index 0b96144..7524cc6 100644 --- a/include/main.h +++ b/include/main.h @@ -25,6 +25,7 @@ extern char* getParam(char *s); extern char* getParamElse(char *s1, char *s2); extern bool_t isParamFlag(char *s); extern char *getString(int n); +extern void accessExistFile(const char *s); extern void quit(); #endif |