summaryrefslogtreecommitdiffstats
path: root/srUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'srUtils.h')
-rwxr-xr-xsrUtils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/srUtils.h b/srUtils.h
index e7912907..ec18e1a5 100755
--- a/srUtils.h
+++ b/srUtils.h
@@ -64,5 +64,7 @@ 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 *pName, size_t lenName, long lNum);
+rsRetVal genFileName(uchar **ppName, uchar *pDirName, size_t lenDirName, uchar *pFName,
+ size_t lenFName, long lNum, int lNumDigits);
+int getNumberDigits(long lNum);
#endif