diff --git a/src/libvxWorks/iocLogClient.c b/src/libvxWorks/iocLogClient.c index 9b6471aac..9fdcc8605 100644 --- a/src/libvxWorks/iocLogClient.c +++ b/src/libvxWorks/iocLogClient.c @@ -50,8 +50,8 @@ static long ioc_log_port; static struct in_addr ioc_log_addr; int iocLogInit(); -int getConfig(); -void failureNoptify(); +static int getConfig(); +static void failureNoptify(); /* diff --git a/src/libvxWorks/veclist.c b/src/libvxWorks/veclist.c index e4d228f95..66b251063 100644 --- a/src/libvxWorks/veclist.c +++ b/src/libvxWorks/veclist.c @@ -50,8 +50,8 @@ static char *sccsID = static char *ignore_list[] = {"_excStub","_excIntStub"}; int veclist(int); -int cISRTest(void (*)(), void (**)(), void **); -void *fetch_pointer(unsigned char *); +static int cISRTest(void (*)(), void (**)(), void **); +static void *fetch_pointer(unsigned char *); /* diff --git a/src/vxWorks/libvxWorks/veclist.c b/src/vxWorks/libvxWorks/veclist.c index e4d228f95..66b251063 100644 --- a/src/vxWorks/libvxWorks/veclist.c +++ b/src/vxWorks/libvxWorks/veclist.c @@ -50,8 +50,8 @@ static char *sccsID = static char *ignore_list[] = {"_excStub","_excIntStub"}; int veclist(int); -int cISRTest(void (*)(), void (**)(), void **); -void *fetch_pointer(unsigned char *); +static int cISRTest(void (*)(), void (**)(), void **); +static void *fetch_pointer(unsigned char *); /*