#include <dk.h>
#include <dktypes.h>
Go to the source code of this file.
Functions | |
int | dkslsupp_get_code (char *s) |
Get facility/priority code. | |
int | dkslsupp_get_facility (char *s) |
Get facility code. |
Get priority and facility code as integer from string.
int dkslsupp_get_code | ( | char * | s | ) |
Get facility/priority code.
s | The string (``mail.debug''). |
int dkslsupp_get_facility | ( | char * | s | ) |
Get facility code.
s | The string (``mail''). |