summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/enroll.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/normal/enroll.h')
-rw-r--r--src/ipcpd/normal/enroll.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ipcpd/normal/enroll.h b/src/ipcpd/normal/enroll.h
index 67c9912d..3b277e44 100644
--- a/src/ipcpd/normal/enroll.h
+++ b/src/ipcpd/normal/enroll.h
@@ -40,7 +40,8 @@ void enroll_bootstrap(const struct ipcp_config * conf);
int enroll_boot(struct conn * conn,
const char * dst);
-int enroll_done(struct conn * conn);
+int enroll_done(struct conn * conn,
+ int result);
struct ipcp_config * enroll_get_conf(void);