aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/utils.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-14 16:51:50 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-14 16:51:50 +0000
commitf1bd42a305d1bb30e7dcafbc907a1c7f6e5d5cbf (patch)
tree38404111ca63f72bd0131653c140a57f0f9d09fc /networking/libiproute/utils.h
parentdf798b7f58237e414e738fa0bd453cf13471bf76 (diff)
downloadbusybox-f1bd42a305d1bb30e7dcafbc907a1c7f6e5d5cbf.tar.gz
- correct typo
Diffstat (limited to 'networking/libiproute/utils.h')
-rw-r--r--networking/libiproute/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/utils.h b/networking/libiproute/utils.h
index af286c8f5..67631234e 100644
--- a/networking/libiproute/utils.h
+++ b/networking/libiproute/utils.h
@@ -77,7 +77,7 @@ extern int get_s8(__s8 *val, char *arg, int base);
extern const char *format_host(int af, int len, void *addr, char *buf, int buflen);
extern const char *rt_addr_n2a(int af, int len, void *addr, char *buf, int buflen);
-void invarg(const char const*, const char const*) ATTRIBUTE_NORETURN;
+void invarg(const char * const, const char * const) ATTRIBUTE_NORETURN;
void duparg(char *, char *) ATTRIBUTE_NORETURN;
void duparg2(char *, char *) ATTRIBUTE_NORETURN;
int matches(char *arg, char *pattern);