summaryrefslogtreecommitdiffstats
path: root/src/polypcore/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/packet.h')
-rw-r--r--src/polypcore/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/packet.h b/src/polypcore/packet.h
index 0ac47485..fbc58232 100644
--- a/src/polypcore/packet.h
+++ b/src/polypcore/packet.h
@@ -33,7 +33,7 @@ typedef struct pa_packet {
} pa_packet;
pa_packet* pa_packet_new(size_t length);
-pa_packet* pa_packet_new_dynamic(uint8_t* data, size_t length);
+pa_packet* pa_packet_new_dynamic(void* data, size_t length);
pa_packet* pa_packet_ref(pa_packet *p);
void pa_packet_unref(pa_packet *p);