mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
some more work on the cli
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@24 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
382e7aefd4
commit
56f8c953dd
13 changed files with 458 additions and 58 deletions
11
src/tokenizer.h
Normal file
11
src/tokenizer.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef footokenizerhfoo
|
||||
#define footokenizerhfoo
|
||||
|
||||
struct tokenizer;
|
||||
|
||||
struct tokenizer* tokenizer_new(const char *s, unsigned args);
|
||||
void tokenizer_free(struct tokenizer *t);
|
||||
|
||||
const char *tokenizer_get(struct tokenizer *t, unsigned i);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue