diff options
author | Luke Leighton <lkcl@samba.org> | 1999-05-07 18:20:59 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-05-07 18:20:59 +0000 |
commit | 94a4094f444ba7433dbf812b1252d964adfa6916 (patch) | |
tree | 8de08ee147b9c9d17bc5545587fff563c663ea86 /source3/rpcclient/cmd_atsvc.c | |
parent | 798fdf4fd838cd361968debb56aaba2006f5bed1 (diff) | |
download | samba-94a4094f444ba7433dbf812b1252d964adfa6916.tar.gz samba-94a4094f444ba7433dbf812b1252d964adfa6916.tar.bz2 samba-94a4094f444ba7433dbf812b1252d964adfa6916.zip |
had to move day display names into lib/util, to get rpctorture to compile.
(This used to be commit 8c80742e4e5604bc667314e51c47924efd65df49)
Diffstat (limited to 'source3/rpcclient/cmd_atsvc.c')
-rw-r--r-- | source3/rpcclient/cmd_atsvc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_atsvc.c b/source3/rpcclient/cmd_atsvc.c index 7e9f05fb6f..322ef71c39 100644 --- a/source3/rpcclient/cmd_atsvc.c +++ b/source3/rpcclient/cmd_atsvc.c @@ -64,8 +64,8 @@ static BOOL checkopt(char *input, char *optname, char **params) return True; } -char *daynames[] = {"Mon","Tue","Wed","Thu","Fri","Sat","Sun"}; -char *daynames_short[] = {"M", "T", "W", "Th", "F", "S", "Su"}; +extern char *daynames_short[]; +extern char *daynames[]; /**************************************************************************** parses a list of days of the week and month |