#include <isc/lang.h>
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | RNDC_OS_H 1 |
Functions | |
ISC_LANG_BEGINDECLS int | set_user (FILE *fd, const char *user) |
Set the owner of the file referenced by 'fd' to 'user'. Returns: 0 success -1 insufficient permissions, or 'user' does not exist. |
Definition in file os.h.
ISC_LANG_BEGINDECLS int set_user | ( | FILE * | fd, | |
const char * | user | |||
) |
Set the owner of the file referenced by 'fd' to 'user'. Returns: 0 success -1 insufficient permissions, or 'user' does not exist.