mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-16 02:18:27 -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);
|