diff options
Diffstat (limited to 'src/sstv.h')
| -rw-r--r-- | src/sstv.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/sstv.h b/src/sstv.h new file mode 100644 index 0000000..4b0279a --- /dev/null +++ b/src/sstv.h @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2018 Vasile Vilvoiu (YO7JBP) <vasi.vilvoiu@gmail.com> + * + * libsstv is free software; you can redistribute it and/or modify + * it under the terms of the MIT license. See LICENSE for details. + */ + +#ifndef _SSTV_H_ +#define _SSTV_H_ + +#include "libsstv.h" + +/* + * Memory management functions + */ +extern sstv_malloc_t sstv_malloc_user; +extern sstv_free_t sstv_free_user; + +#endif
\ No newline at end of file |
