summaryrefslogtreecommitdiff
path: root/accel-pptpd/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/log.h')
-rw-r--r--accel-pptpd/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/log.h b/accel-pptpd/log.h
index 9789459..140dad1 100644
--- a/accel-pptpd/log.h
+++ b/accel-pptpd/log.h
@@ -40,6 +40,7 @@ struct log_target_t
struct list_head entry;
void (*log)(struct log_msg_t *, struct ppp_t *ppp);
+ void (*reopen)(void);
};
void log_free_msg(struct log_msg_t *msg);