]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
move malloc_cleanup to common.c
authorMike Brady <mikebrady@eircom.net>
Wed, 23 Jan 2019 16:34:46 +0000 (16:34 +0000)
committerMike Brady <mikebrady@eircom.net>
Wed, 23 Jan 2019 16:34:46 +0000 (16:34 +0000)
common.h

index c1235b71d676de95d739d8085b773dd74a7b222d..4a111e2cf68428312c27f38540402552268ce5d6 100644 (file)
--- a/common.h
+++ b/common.h
@@ -351,4 +351,6 @@ void sps_nanosleep(const time_t sec,
 int64_t generate_zero_frames(char *outp, size_t number_of_frames, enum sps_format_t format,
                              int with_dither, int64_t random_number_in);
 
+void malloc_cleanup(void *arg);
+
 #endif // _COMMON_H