diff options
| author | hasso <hasso> | 2004-10-11 12:53:17 +0000 |
|---|---|---|
| committer | hasso <hasso> | 2004-10-11 12:53:17 +0000 |
| commit | a149411b85bbe74cde47d82193026b9401b29de0 (patch) | |
| tree | 87e720d2fad17c0af227e3eda4db321718a7bacb /lib/sockunion.c | |
| parent | 8552e37427c8c6f3b3f5e02e55e2a34b28604af6 (diff) | |
Some more const string fixes.
Diffstat (limited to 'lib/sockunion.c')
| -rw-r--r-- | lib/sockunion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sockunion.c b/lib/sockunion.c index 587b324a88..eb29ced2c5 100644 --- a/lib/sockunion.c +++ b/lib/sockunion.c @@ -133,7 +133,7 @@ inet_sutop (union sockunion *su, char *str) } int -str2sockunion (char *str, union sockunion *su) +str2sockunion (const char *str, union sockunion *su) { int ret; |
