visibility for tildexpand() prototyp

This commit is contained in:
rlar 2010-10-15 18:45:50 +00:00
parent 3c3b31fa60
commit bdd308ede7
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-10-15 Robert Larice
* src/ciderlib/input/output.c :
visibility for tildexpand() prototyp
2010-10-15 Robert Larice
* src/frontend/com_measure2.c ,
* src/frontend/com_sysinfo.c ,

View File

@ -12,6 +12,7 @@ Modified: 2001 Paolo Nenzi
#include "devdefs.h"
#include "sperror.h"
#include "suffix.h"
#include "src/misc/tilde.h"
extern int OUTPnewCard(void**,void*);
extern int OUTPparam(int,IFvalue*,void*);