mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-16 02:18:27 -07:00
7 lines
110 B
C
7 lines
110 B
C
#ifndef SAFEWRITE_H_INCLUDED
|
|
# define SAFEWRITE_H_INCLUDED
|
|
|
|
int safewrite(char *filename, char *buf);
|
|
|
|
#endif
|