summaryrefslogtreecommitdiff
path: root/src/c_asndfile.h
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2024-10-08 16:47:13 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2024-10-08 16:47:13 +1300
commit3181961ad2eefb3a6d9151db99661411792d4097 (patch)
tree30cd06dc02cda116f146bd43b42a7132a150faf2 /src/c_asndfile.h
parent79c1381d198f5b4ae1b75210971a8ccea1049bad (diff)
Changed System.Address to Integer_Address
Diffstat (limited to 'src/c_asndfile.h')
-rw-r--r--src/c_asndfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/c_asndfile.h b/src/c_asndfile.h
index 8c2a173..4ff7606 100644
--- a/src/c_asndfile.h
+++ b/src/c_asndfile.h
@@ -106,6 +106,9 @@ extern const int err_malformed_file;
extern const int err_unsupported_encoding;
+size_t c_pointer_size();
+
+
typedef struct {
int64_t frames;
int samplerate;