MPD 0.17~git
Defines | Functions
src/utils.h File Reference
#include <glib.h>
#include <stdbool.h>

Go to the source code of this file.

Defines

#define assert_static(e)

Functions

char * parsePath (const char *path, GError **error_r)

Define Documentation

#define assert_static (   e)
Value:
do { \
                enum { assert_static__ = 1/(e) }; \
        } while (0)

Definition at line 29 of file utils.h.


Function Documentation

char* parsePath ( const char *  path,
GError **  error_r 
)