aboutsummaryrefslogtreecommitdiffstats
path: root/u3.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-17 22:18:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-17 22:18:32 +0000
commit797f4e773773d8843736d05ebeccad264e2d3b9f (patch)
treefbda41e147559bc96c05c9840a765d96a41c9633 /u3.c
parentf6c24868c0561ceb2d9b7b2fbd052fbe65e91462 (diff)
More eradication of old-style function definitions.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37216 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'u3.c')
-rw-r--r--u3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/u3.c b/u3.c
index ec15202540..e26731e288 100644
--- a/u3.c
+++ b/u3.c
@@ -61,7 +61,7 @@ static gchar *newpath = NULL;
static char *u3_change_path(char *path, const char *old, const char *new);
-gboolean u3_active()
+gboolean u3_active(void)
{
return (
@@ -108,7 +108,7 @@ void u3_runtime_info(GString *str)
}
-void u3_register_pid()
+void u3_register_pid(void)
{
int pid;
int pid_fd;
@@ -142,7 +142,7 @@ void u3_register_pid()
}
-void u3_deregister_pid()
+void u3_deregister_pid(void)
{
if(pid_file) {
/* we don't care if we succeed or fail - u3utils may have deleted the file */