1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #ifndef fooutilhfoo
- #define fooutilhfoo
- #include <stddef.h>
- #include <pulse/cdecl.h>
- #include <pulse/version.h>
- PA_C_DECL_BEGIN
- char *pa_get_user_name(char *s, size_t l);
- char *pa_get_host_name(char *s, size_t l);
- char *pa_get_fqdn(char *s, size_t l);
- char *pa_get_home_dir(char *s, size_t l);
- char *pa_get_binary_name(char *s, size_t l);
- char *pa_path_get_filename(const char *p);
- int pa_msleep(unsigned long t);
- PA_C_DECL_END
- #endif
|