X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/8d9bdaca5a4092cd078d79c58c4bfa0da277bff4..e11b699d45fa3dca2cde8a976cbf25490f5501a4:/src/pulse/util.h diff --git a/src/pulse/util.h b/src/pulse/util.h index 764678e5..e490d56d 100644 --- a/src/pulse/util.h +++ b/src/pulse/util.h @@ -1,8 +1,6 @@ #ifndef fooutilhfoo #define fooutilhfoo -/* $Id$ */ - /*** This file is part of PulseAudio. @@ -28,6 +26,7 @@ #include #include +#include /** \file * Assorted utility functions */ @@ -51,7 +50,7 @@ char *pa_get_home_dir(char *s, size_t l); char *pa_get_binary_name(char *s, size_t l); /** Return a pointer to the filename inside a path (which is the last - * component). */ + * component). If passed NULL will return NULL. */ char *pa_path_get_filename(const char *p); /** Wait t milliseconds */