owntone-server/src/os-unix.h

19 lines
278 B
C
Raw Normal View History

2006-02-26 08:46:24 +00:00
/*
* $Id$
* Copyright (C) 2006 Ron Pedde (rpedde@users.sourceforge.net)
*
*/
#ifndef _OS_UNIX_H_
#define _OS_UNIX_H_
#define PATHSEP '/'
#define PATHSEP_STR "/"
2006-02-26 08:46:24 +00:00
/* unix-specific functions */
extern int os_drop_privs(char *user);
void os_set_pidfile(char *file);
#endif