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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/log.h b/accel-pptpd/log.h
index 140dad1d..ac2b7991 100644
--- a/accel-pptpd/log.h
+++ b/accel-pptpd/log.h
@@ -39,7 +39,7 @@ struct log_target_t
{
struct list_head entry;
- void (*log)(struct log_msg_t *, struct ppp_t *ppp);
+ void (*log)(struct log_target_t *, struct log_msg_t *, struct ppp_t *ppp);
void (*reopen)(void);
};