Commit f4a0483a authored by Martin Pool's avatar Martin Pool

Add manual prototype for maintainer-mode function

parent f5f95a38
......@@ -617,4 +617,8 @@ inet_ntop(int af, const void *src, char *dst, size_t size);
int isc_net_pton(int af, const char *src, void *dst);
#endif
#ifdef MAINTAINER_MODE
const char *get_panic_action(void);
#endif
#define UNUSED(x) x __attribute__((__unused__))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment