Definition in file utils_win32.c.
#include <stdlib.h>
#include "xmmsc/xmmsc_util.h"
Go to the source code of this file.
Functions | |
const char * | xmms_userconfdir_get (char *buf, int len) |
Get the absolute path to the user config dir. | |
const char * | xmms_fallback_ipcpath_get (char *buf, int len) |
Get the fallback connection path (if XMMS_PATH is not accessible). |
const char* xmms_fallback_ipcpath_get | ( | char * | buf, | |
int | len | |||
) |
Get the fallback connection path (if XMMS_PATH is not accessible).
buf | A char buffer | |
len | The length of buf (PATH_MAX is a good choice) |
Definition at line 60 of file utils_win32.c.
Referenced by main(), and xmms_default_ipcpath_get().
const char* xmms_userconfdir_get | ( | char * | buf, | |
int | len | |||
) |
Get the absolute path to the user config dir.
buf | A char buffer | |
len | The length of buf (PATH_MAX is a good choice) |
Definition at line 33 of file utils_win32.c.
Referenced by xmms_build_path().