diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cmbbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cmbbs.h b/include/cmbbs.h index 149a6ae9..830d2064 100644 --- a/include/cmbbs.h +++ b/include/cmbbs.h @@ -37,6 +37,6 @@ extern const char *Now(); // m3 flavor time string /* fhdr_stamp.c */ extern int stampfile(char *fpath, fileheader_t * fh); extern int stampdir(char *fpath, fileheader_t * fh); -//extern int stamplink(char *fpath, fileheader_t * fh); +extern int stamplink(char *fpath, fileheader_t * fh); #endif |