util: Fix non-ANSI function declaration.
[sliver-openvswitch.git] / lib / util.c
index 0b82318..d430a50 100644 (file)
@@ -303,7 +303,7 @@ set_program_name__(const char *argv0, const char *date, const char *time)
  * caller must not modify or free the returned string.
  */ 
 const char *
-get_program_version()
+get_program_version(void)
 {
     return program_version;
 }