Subversion Repositories SvarDOS

Rev

Rev 1893 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1893 Rev 1959
Line 10... Line 10...
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 */
13
/* outputs a NUL-terminated string to stdout */
14
void output(const char *s);
14
void output(const char *s);
-
 
15
void outputnl(const char *s);
15
 
16
 
16
void slash2backslash(char *str);
17
void slash2backslash(char *str);
17
 
18
 
18
/* trim CRC from a filename and returns a pointer to the CRC part.
19
/* trim CRC from a filename and returns a pointer to the CRC part.
19
 * this is used to parse filename lines from LSM files */
20
 * this is used to parse filename lines from LSM files */