summaryrefslogtreecommitdiffstats
path: root/src/polyp/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/def.h')
-rw-r--r--src/polyp/def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/polyp/def.h b/src/polyp/def.h
index edada380..57997163 100644
--- a/src/polyp/def.h
+++ b/src/polyp/def.h
@@ -304,6 +304,9 @@ typedef enum pa_source_flags {
PA_SOURCE_LATENCY = 2 /**< Supports latency querying */
} pa_source_flags_t;
+/** A generic free() like callback prototype */
+typedef void (*pa_free_cb_t)(void *p);
+
PA_C_DECL_END
#endif