summaryrefslogtreecommitdiff
path: root/src/include/srs2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/srs2.h')
-rw-r--r--src/include/srs2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/srs2.h b/src/include/srs2.h
index 9856636..928573a 100644
--- a/src/include/srs2.h
+++ b/src/include/srs2.h
@@ -95,7 +95,7 @@ typedef struct _srs_t {
/* Interface */
int srs_set_malloc(srs_malloc_t m, srs_realloc_t r, srs_free_t f);
-srs_t *srs_new();
+srs_t *srs_new(void);
void srs_init(srs_t *);
void srs_free(srs_t *);
int srs_forward(srs_t *, char *, int, const char *, const char *);