diff options
author | Linus Nordberg <linus@nordu.net> | 2011-09-26 16:57:01 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-09-26 16:57:01 +0200 |
commit | bbf0e72eee1a347b29bacb29d1043a1b52f7c3cb (patch) | |
tree | 920dae2fbd5726bb75204cebf3c1c549a26b4219 /fticks.h | |
parent | 66743827eea20b870a0319660a4a5eb32bfe32ca (diff) |
Cosmetics.
Diffstat (limited to 'fticks.h')
-rw-r--r-- | fticks.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,7 @@ /* Copyright (C) 2011 NORDUnet A/S * See LICENSE for information about licensing. */ + int fticks_configure(struct options *options, uint8_t **reportingp, uint8_t **macp, @@ -13,4 +14,3 @@ void fticks_log(const struct options *options, const struct client *client, const struct radmsg *msg, const struct rqout *rqout); - |