diff options
Diffstat (limited to 'accel-pptpd/log.h')
-rw-r--r-- | accel-pptpd/log.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/accel-pptpd/log.h b/accel-pptpd/log.h index ec0e5b7..9789459 100644 --- a/accel-pptpd/log.h +++ b/accel-pptpd/log.h @@ -39,10 +39,7 @@ struct log_target_t { struct list_head entry; - void (*log)(struct log_msg_t *); - void (*session_log)(struct ppp_t *ppp, struct log_msg_t *); - void (*session_start)(struct ppp_t *ppp); - void (*session_stop)(struct ppp_t *ppp); + void (*log)(struct log_msg_t *, struct ppp_t *ppp); }; void log_free_msg(struct log_msg_t *msg); |