printInfo

This commit is contained in:
elvis
2022-04-21 20:08:22 +02:00
parent fdb98cec53
commit cf93e53ade
3 changed files with 12 additions and 5 deletions

View File

@ -38,6 +38,6 @@ int removeFile(const char* pathname);
int setDirectory(char* Dir, int rw);
void printInfo(int p);
void printInfo(int p, FILE *stream);
#endif /* _API_CLIENT */