summaryrefslogtreecommitdiffstats
path: root/srUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'srUtils.h')
-rwxr-xr-xsrUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/srUtils.h b/srUtils.h
index ece63fd8..a4e70214 100755
--- a/srUtils.h
+++ b/srUtils.h
@@ -62,4 +62,5 @@ unsigned char *srUtilStrDup(unsigned char *pOld, size_t len);
int makeFileParentDirs(uchar *szFile, size_t lenFile, mode_t mode, uid_t uid, gid_t gid, int bFailOnChown);
int execProg(uchar *program, int wait, uchar *arg);
+void skipWhiteSpace(uchar **pp);
#endif