# HG changeset patch
# User [EMAIL PROTECTED]
# Date 1206746938 -3600
# Node ID df8df4e42c4ae83706317431a80039df12a1ef57
# Parent  3c1cd129ed5e7478123144ff6c0b4361f3214a24
use (void) instead of () for C prototypes

diff -r 3c1cd129ed5e -r df8df4e42c4a 
wifo/wifo-plugins/sfp-plugin/include/sfp-plugin/sfp-parser.h
--- a/wifo/wifo-plugins/sfp-plugin/include/sfp-plugin/sfp-parser.h      Sat Mar 
29 00:28:19 2008 +0100
+++ b/wifo/wifo-plugins/sfp-plugin/include/sfp-plugin/sfp-parser.h      Sat Mar 
29 00:28:58 2008 +0100
@@ -94,14 +94,14 @@ extern "C" {
        *
        * @return       a new allocated spf info struct pointer
        */
-       sfp_info_t * sfp_create_sfp_info();
+       sfp_info_t * sfp_create_sfp_info(void);
 
        /**
        * Creates and initializes a new sfp_info_t
        *
        * @return       a new allocated spf info struct pointer
        */
-       sfp_info_t * sfp_create_empty_sfp_info();
+       sfp_info_t * sfp_create_empty_sfp_info(void);
 
        /**
        * Frees all the memory used by a sfp_info_t
_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to