diff options
author | John Ankarström <john@ankarstrom.se> | 2021-09-18 10:38:09 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-09-18 10:38:09 +0200 |
commit | 0292e86cf884a26108a59d81d69cee83b54f4c88 (patch) | |
tree | 3f5b30fe172013802955213503a5827616be6fec /ctl.h | |
parent | ae9b583b9575679f129680a0f56163fdb6590052 (diff) | |
download | cforum-0292e86cf884a26108a59d81d69cee83b54f4c88.tar.gz |
Clean up database code
Diffstat (limited to 'ctl.h')
-rw-r--r-- | ctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -void showattachment(int); +void showatt(int); void showfront(void); void showpost(int); void showuser(int);
\ No newline at end of file |