summaryrefslogtreecommitdiffstats
path: root/call/call.h
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2009-01-22 11:58:33 +0000
committerThomas Osterried <thomas@osterried.de>2009-01-22 11:58:33 +0000
commitbf42081766a07842050e6dc8c4595d43b5358bbf (patch)
treefdef8692a2cf99bc83ec6179c7de9a82dfc91e36 /call/call.h
parent2ffd1ffccc0a3f54e009f855820594852ffbf0fd (diff)
#BIN upload now preserves the file time.
Diffstat (limited to 'call/call.h')
-rw-r--r--call/call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/call/call.h b/call/call.h
index 5a7115d..bbc1fb4 100644
--- a/call/call.h
+++ b/call/call.h
@@ -16,5 +16,6 @@ extern void convert_lfcr(char *, int);
extern void cmd_yapp(char *, int);
/* In dostime.c */
+extern void date_unix2dos(time_t, unsigned short*, unsigned short*);
extern int yapp2unix(char *);
extern void unix2yapp( int, char *);