ROKEN_LIB_FUNCTION

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5101 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-07-25 09:23:50 +00:00
parent 1b3f13dfff
commit fef6e504ea

View File

@@ -132,9 +132,9 @@ SigAction signal(int iSig, SigAction pAction); /* BSD compatible */
#endif
#endif
int simple_execvp(const char*, char *const[]);
int simple_execlp(const char*, ...);
int ROKEN_LIB_FUNCTION simple_execvp(const char*, char *const[]);
int ROKEN_LIB_FUNCTION simple_execlp(const char*, ...);
void print_version(const char *);
void ROKEN_LIB_FUNCTION print_version(const char *);
#endif /* __ROKEN_COMMON_H__ */