#include <glib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <stdlib.h>
#include "xmms/ipc_transport.h"
#include "xmms/util.h"
#include "xmms/ipc_msg.h"
Go to the source code of this file.
Functions | |
| void | xmms_log_debug (const gchar *fmt,...) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 27 of file testclient.c.
| void xmms_log_debug | ( | const gchar * | fmt, | |
| ... | ||||
| ) |
Definition at line 11 of file testclient.c.
1.5.6