source: roaraudio/libroarpulse/util.c @ 412:a12397bfbd82

Last change on this file since 412:a12397bfbd82 was 412:a12397bfbd82, checked in by phi, 16 years ago

added util.c

File size: 412 bytes
Line 
1//util.c:
2
3#include <libroarpulse/libroarpulse.h>
4
5/** Return the binary file name of the current process. This is not
6 * supported on all architectures, in which case NULL is returned. */
7char *pa_get_binary_name(char *s, size_t l) {
8 return NULL;
9}
10
11/** Return a pointer to the filename inside a path (which is the last
12 * component). */
13const char *pa_path_get_filename(const char *p) {
14 return NULL;
15}
16
17//ll
Note: See TracBrowser for help on using the repository browser.