Commit 8810d7b0 authored by Dafydd Harries's avatar Dafydd Harries

declare no-parameter functions as taking (void)

darcs-hash:20070212161525-c9803-eaaf88f5dcc2dffce6fe6e9081f636bb23838bd4.gz
parent abc11712
...@@ -17,13 +17,13 @@ struct _NiceInterface ...@@ -17,13 +17,13 @@ struct _NiceInterface
}; };
NiceInterface * NiceInterface *
nice_interface_new (); nice_interface_new (void);
void void
nice_interface_free (NiceInterface *iface); nice_interface_free (NiceInterface *iface);
GSList * GSList *
nice_list_local_interfaces (); nice_list_local_interfaces (void);
G_END_DECLS G_END_DECLS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment