summaryrefslogtreecommitdiffstats
path: root/srUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'srUtils.h')
-rwxr-xr-xsrUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/srUtils.h b/srUtils.h
index 15cae89d..ae731dac 100755
--- a/srUtils.h
+++ b/srUtils.h
@@ -64,4 +64,6 @@ int makeFileParentDirs(uchar *szFile, size_t lenFile, mode_t mode, uid_t uid, gi
int execProg(uchar *program, int wait, uchar *arg);
void skipWhiteSpace(uchar **pp);
+rsRetVal genFileName(uchar **ppName, uchar *pDirName, size_t lenDirName,
+ uchar *pPrefix, size_t lenPrefix, long lNum, uchar *pType, size_t lenType);
#endif