Subversion Repositories SvarDOS

Rev

Rev 1892 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1892 Rev 1893
Line 8... Line 8...
8
#ifndef helpers_sentinel
8
#ifndef helpers_sentinel
9
#define helpers_sentinel
9
#define helpers_sentinel
10
 
10
 
11
#include "loadconf.h"   /* required for the customdirs struct */
11
#include "loadconf.h"   /* required for the customdirs struct */
12
 
12
 
-
 
13
/* outputs a NUL-terminated string to stdout */
-
 
14
void output(const char *s);
-
 
15
 
13
void slash2backslash(char *str);
16
void slash2backslash(char *str);
14
 
17
 
15
/* trim CRC from a filename and returns a pointer to the CRC part.
18
/* trim CRC from a filename and returns a pointer to the CRC part.
16
 * this is used to parse filename lines from LSM files */
19
 * this is used to parse filename lines from LSM files */
17
char *trimfnamecrc(char *fname);
20
char *trimfnamecrc(char *fname);