Rename parameter to avoid OpenHub line counter misinterpretation as C++.

This commit is contained in:
Renaud 2015-05-27 16:43:33 +08:00
parent 783ad9c2f0
commit 4a0759fa89
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <stdlib.h>
void xmkstemp( char *template) ;
void xmkstemp( char *fname_template) ;
void *xmalloc( size_t size) ;