diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-03-24 20:28:58 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-03-24 20:28:58 +0000 |
| commit | 942759e7565eb948bf4b80f6bb4aadd7f72d2c69 (patch) | |
| tree | 8eddc49532512ec9a2be0ea9a690e2074440d86a /lib/libalias/alias_proxy.c | |
| parent | 222b8f6a919eb1c9ddf5e93e58156a2ea57d63d4 (diff) | |
Notes
Diffstat (limited to 'lib/libalias/alias_proxy.c')
| -rw-r--r-- | lib/libalias/alias_proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalias/alias_proxy.c b/lib/libalias/alias_proxy.c index 41f016cd62b8..60437bfafd21 100644 --- a/lib/libalias/alias_proxy.c +++ b/lib/libalias/alias_proxy.c @@ -487,7 +487,7 @@ ProxyModify(struct alias_link *link, */ int -PacketAliasProxyRule(char *cmd) +PacketAliasProxyRule(const char *cmd) { /* * This function takes command strings of the form: |
