mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 18:08:28 -07:00
6 lines
133 B
C
6 lines
133 B
C
|
#include "config.h"
|
||
|
#include "utstring.h"
|
||
|
|
||
|
|
||
|
FILE *pathn(char *mode, char *prefix, UT_string *user, UT_string *device, char *suffix);
|