Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BIRD Internet Routing Daemon
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
d7390312
Commit
d7390312
authored
Jun 05, 2004
by
Martin Mareš
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unused parameters in the client.
parent
6578a604
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
client/client.c
client/client.c
+2
-2
No files found.
client/client.c
View file @
d7390312
...
...
@@ -141,7 +141,7 @@ input_stop_list(void) /* Reprint the currently edited line after listing */
}
static
int
input_complete
(
int
arg
,
int
key
)
input_complete
(
int
arg
UNUSED
,
int
key
UNUSED
)
{
static
int
complete_flag
;
char
buf
[
256
];
...
...
@@ -166,7 +166,7 @@ input_complete(int arg, int key)
}
static
int
input_help
(
int
arg
,
int
key
)
input_help
(
int
arg
,
int
key
UNUSED
)
{
int
i
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment