Skip to content

Commit

Permalink
Merge pull request #6 from spiiroin/jb32195_invalid_prototypes
Browse files Browse the repository at this point in the history
Do not use C++ style function prototypes
  • Loading branch information
jusa committed Sep 10, 2015
2 parents 4012605 + 6ec8547 commit 2289b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libngf/proplist.h
Expand Up @@ -49,7 +49,7 @@ typedef void (*NgfProplistExtendedCallback) (const char *key, const void *val
* @return NgfProplist or NULL if no memory.
*/

NgfProplist* ngf_proplist_new ();
NgfProplist* ngf_proplist_new (void);

/**
* Create an identical copy of other proplist.
Expand Down

0 comments on commit 2289b22

Please sign in to comment.