summaryrefslogtreecommitdiffstats
path: root/src/polypcore/tagstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/tagstruct.h')
-rw-r--r--src/polypcore/tagstruct.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/polypcore/tagstruct.h b/src/polypcore/tagstruct.h
index 59db67b0..0ed75171 100644
--- a/src/polypcore/tagstruct.h
+++ b/src/polypcore/tagstruct.h
@@ -51,8 +51,6 @@ enum {
PA_TAG_CVOLUME = 'v'
};
-
-
pa_tagstruct *pa_tagstruct_new(const uint8_t* data, size_t length);
void pa_tagstruct_free(pa_tagstruct*t);
uint8_t* pa_tagstruct_free_data(pa_tagstruct*t, size_t *l);