Go to the documentation of this file.00001 #ifndef fooutilhfoo
00002 #define fooutilhfoo
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 #include <stddef.h>
00027
00028 #include <pulse/cdecl.h>
00029 #include <pulse/gccmacro.h>
00030 #include <pulse/version.h>
00031
00035 PA_C_DECL_BEGIN
00036
00038 char *pa_get_user_name(char *s, size_t l);
00039
00041 char *pa_get_host_name(char *s, size_t l);
00042
00044 char *pa_get_fqdn(char *s, size_t l);
00045
00047 char *pa_get_home_dir(char *s, size_t l);
00048
00051 char *pa_get_binary_name(char *s, size_t l);
00052
00055 char *pa_path_get_filename(const char *p);
00056
00058 int pa_msleep(unsigned long t);
00059
00060 PA_C_DECL_END
00061
00062 #endif