diff options
author | Michel Stam <m.stam@fugro.nl> | 2014-10-13 16:14:34 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-12 13:24:11 +0200 |
commit | 79872ea6ca5867631c1ec5405721af12bea818b2 (patch) | |
tree | 86fd9034e2940b00405cda98aca084fac6e3a4d5 /utils/utils.h | |
parent | f45672d80bf2fec4ccb7363de1da6adb9e3f4421 (diff) | |
download | unitd-79872ea6ca5867631c1ec5405721af12bea818b2.tar unitd-79872ea6ca5867631c1ec5405721af12bea818b2.zip |
Use one generic routine to access /proc/cmdline
Signed-off-by: Michel Stam <m.stam@fugro.nl>
Diffstat (limited to 'utils/utils.h')
-rw-r--r-- | utils/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/utils.h b/utils/utils.h index 37fa216..c2c1cb4 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -49,5 +49,6 @@ int blobmsg_list_fill(struct blobmsg_list *list, void *data, int len, bool array void blobmsg_list_free(struct blobmsg_list *list); bool blobmsg_list_equal(struct blobmsg_list *l1, struct blobmsg_list *l2); void blobmsg_list_move(struct blobmsg_list *list, struct blobmsg_list *src); +char* get_cmdline_val(const char* name, char* out, int len); #endif |