about summary refs log tree commit diff
path: root/cpetpet.h
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-09-22 16:10:36 +0300
committerNakidai <nakidai@disroot.org>2024-09-22 16:10:36 +0300
commit9444de4a5a684f657241fd9a5a604f6b1b0f3f35 (patch)
treedbe32f3e748aecf3aa863035be8749dff1ef65a6 /cpetpet.h
parent13feee2e6c44417f9f5a1a9560eccc463aaef449 (diff)
downloadcpetpet-9444de4a5a684f657241fd9a5a604f6b1b0f3f35.tar.gz
cpetpet-9444de4a5a684f657241fd9a5a604f6b1b0f3f35.zip
Whoops
I forgot about that, yeah
Diffstat (limited to 'cpetpet.h')
-rw-r--r--cpetpet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpetpet.h b/cpetpet.h
index cbd3ced..537c1a9 100644
--- a/cpetpet.h
+++ b/cpetpet.h
@@ -4,6 +4,6 @@
 #include <stddef.h>
 
 
-void CPetPet(const char *in, const char *out, const size_t speed);
+void CPetPet(const char *in, const char *out, const size_t delay);
 
 #endif /* __PETPET_C__ */