summaryrefslogtreecommitdiffstats
path: root/if-options.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-01 20:51:04 +0000
committerRoy Marples <roy@marples.name>2009-01-01 20:51:04 +0000
commitc53cf4ef4b332cd1ff0cb1b0dc23fc193aebb892 (patch)
treebc4b3e699a9a40ecf7eb74249ca0c89f2ccb7f61 /if-options.h
parent91a44b91b06f127a98ae7f64e377e59d47eba329 (diff)
downloaddhcpcd-c53cf4ef4b332cd1ff0cb1b0dc23fc193aebb892.tar.xz
You can now add a configure block per ssid if the interface is wireless.
Diffstat (limited to 'if-options.h')
-rw-r--r--if-options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/if-options.h b/if-options.h
index 545e7479..95e83dc6 100644
--- a/if-options.h
+++ b/if-options.h
@@ -100,7 +100,7 @@ struct if_options {
in_addr_t *blacklist;
};
-struct if_options *read_config(const char *, const char *);
+struct if_options *read_config(const char *, const char *, const char *);
int add_options(struct if_options *, int, char **);
void free_options(struct if_options *);