diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -14,10 +14,9 @@ extern int dbglevel; | |||
| 14 | 14 | ||
| 15 | extern const char *susie; | 15 | extern const char *susie; |
| 16 | 16 | ||
| 17 | #define valid_status(status) ((status) >= 200 && (status) <= 299) | ||
| 18 | |||
| 19 | #define L(s) (s) | 17 | #define L(s) (s) |
| 20 | 18 | ||
| 19 | int valid_status(int status); | ||
| 21 | d_char *tid(int offset); | 20 | d_char *tid(int offset); |
| 22 | double ftime(void); | 21 | double ftime(void); |
| 23 | 22 | ||