summaryrefslogtreecommitdiff
path: root/source4/lib/util/pidfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/util/pidfile.c')
-rw-r--r--source4/lib/util/pidfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/pidfile.c b/source4/lib/util/pidfile.c
index 7f56fa5641..1a46e6e70c 100644
--- a/source4/lib/util/pidfile.c
+++ b/source4/lib/util/pidfile.c
@@ -36,7 +36,7 @@
* return the pid in a pidfile. return 0 if the process (or pidfile)
* does not exist
*/
-pid_t pidfile_pid(const char *name)
+_PUBLIC_ pid_t pidfile_pid(const char *name)
{
int fd;
char pidstr[20];