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

Added definition of SMB_ERR_NOT_OPEN

(error value returned when message base files aren't open).
parent 170b432e
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,8 @@
#define SMB_EMAIL 1 /* User numbers stored in Indexes */
#define SMB_ERR_NOT_OPEN -100 /* Message base not open */
/* Time zone macros for when_t.zone */
#define DAYLIGHT 0x8000 /* Daylight savings is active */
#define US_ZONE 0x4000 /* U.S. time zone */
......
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