From fef6e504eaae7a376b616e4348dd65f24341d6e3 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 25 Jul 1998 09:23:50 +0000 Subject: [PATCH] ROKEN_LIB_FUNCTION git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5101 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 67ebd5c1d..fce0cdb3d 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -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__ */