Skip to content
Snippets Groups Projects
Commit fed2d0ea authored by rswindell's avatar rswindell
Browse files

wday and mon arrays now defined in data_str.c.

parent d30c649e
No related branches found
No related tags found
No related merge requests found
......@@ -76,10 +76,6 @@
#define O_DENYNONE SH_DENYNO
#endif
const char *wday[]={"Sun","Mon","Tue","Wed","Thu","Fri","Sat"};
const char *mon[]={"Jan","Feb","Mar","Apr","May","Jun"
,"Jul","Aug","Sep","Oct","Nov","Dec"};
smb_t *smb,*email;
long misc=(IMPORT_PACKETS|IMPORT_NETMAIL|IMPORT_ECHOMAIL|EXPORT_ECHOMAIL
|DELETE_NETMAIL|DELETE_PACKETS);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment