diff options
Diffstat (limited to 'cpetpet.h')
| -rw-r--r-- | cpetpet.h | 2 |
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__ */ |