add new function pa_machine_id()

This commit is contained in:
Lennart Poettering 2008-08-07 02:22:57 +02:00
parent b84f738e50
commit 73e2577ca6
3 changed files with 47 additions and 0 deletions

View file

@ -184,4 +184,6 @@ pa_bool_t pa_in_system_mode(void);
#define pa_streq(a,b) (!strcmp((a),(b)))
char *pa_machine_id(void);
#endif