| 64 | #define INTERNAL_MARK LOG_MAKEPRI(LOG_NFACILITIES, 0) |
| 65 | |
| 66 | typedef struct _code { |
| 67 | char *c_name; |
| 68 | int c_val; |
| 69 | } CODE; |
| 70 | |
| 71 | extern CODE prioritynames[]; |
| 72 | extern CODE facilitynames[]; |
nothing calls this directly
no outgoing calls
no test coverage detected