diff options
| author | Christian Göttsche | 2024-05-29 20:38:13 +0200 |
|---|---|---|
| committer | jvoisin | 2024-06-06 16:27:24 +0200 |
| commit | 7e7678a0e5927af625e42627ed9f5757ecf9ca89 (patch) | |
| tree | cdf002330013c289f9d23298a9bc2b26fef525a2 /src/sp_ini.h | |
| parent | 7a3789e0f334ffd4d622b67d8b75caa15cb60577 (diff) | |
Use strict prototypes
Use the special value void as parameter for functions taking nor
argument.
Diffstat (limited to 'src/sp_ini.h')
| -rw-r--r-- | src/sp_ini.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp_ini.h b/src/sp_ini.h index 5869539..bc0cabe 100644 --- a/src/sp_ini.h +++ b/src/sp_ini.h | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | void sp_hook_ini(); | 1 | void sp_hook_ini(void); |
| 2 | void sp_unhook_ini(); \ No newline at end of file | 2 | void sp_unhook_ini(void); |
