summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/enroll.h
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-09-01 13:58:05 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2017-09-01 14:24:06 +0200
commit9ae8e5a57300932a762e4a8465a58ee44b4cb306 (patch)
treee354c5d53c2889432b238089e00c8a65db197394 /src/ipcpd/normal/enroll.h
parentba693e3a7beb74ef8585346e887811ace7c6807a (diff)
downloadouroboros-9ae8e5a57300932a762e4a8465a58ee44b4cb306.tar.gz
ouroboros-9ae8e5a57300932a762e4a8465a58ee44b4cb306.zip
ipcpd: normal: Simplify enroll API
This will remove the dst parameter from enroll_boot, since it was only being used in logging. It also turns some other debug logs into info logs, and makes the component names as they are used in logs all lowercase.
Diffstat (limited to 'src/ipcpd/normal/enroll.h')
-rw-r--r--src/ipcpd/normal/enroll.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ipcpd/normal/enroll.h b/src/ipcpd/normal/enroll.h
index 3b277e44..7622447f 100644
--- a/src/ipcpd/normal/enroll.h
+++ b/src/ipcpd/normal/enroll.h
@@ -37,8 +37,7 @@ void enroll_stop(void);
void enroll_bootstrap(const struct ipcp_config * conf);
-int enroll_boot(struct conn * conn,
- const char * dst);
+int enroll_boot(struct conn * conn);
int enroll_done(struct conn * conn,
int result);