Translation update done using Pootle.
[gammu.git] / smsd / uid.h
blob6d8c5e85a55b596aba0dd1aeae98ca116a547fca
1 /**
2 * SMSD [GU]ID changing handling
3 */
4 #ifndef __smsd_uid_h__
5 #define __smsd_uid_h__
7 #include <gammu-types.h>
8 #include "common.h"
10 /**
11 * Sets UID and GID.
13 extern gboolean set_uid_gid(SMSD_Parameters *params);
15 /**
16 * Gets UID from string.
18 extern gboolean fill_uid(SMSD_Parameters *params, const char *name);
20 /**
21 * Gets GID from string.
23 extern gboolean fill_gid(SMSD_Parameters *params, const char *name);
26 #endif
28 /* How should editor hadle tabs in this file? Add editor commands here.
29 * vim: noexpandtab sw=8 ts=8 sts=8: