1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 14:03:13 +02:00

Remove (void) args, these just make things ugly.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1811 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2008-11-28 16:16:53 +00:00
parent 72e09121b2
commit be278d2bb8
57 changed files with 209 additions and 209 deletions
+2 -2
View File
@@ -571,7 +571,7 @@ static void rename_database(const char *name, char *ext)
*
* @return void
*/
static void remove_backups(void)
static void remove_backups()
{
char ext[9];
@@ -649,7 +649,7 @@ static void remove_backups(void)
*
* @return void
*/
void backup_databases(void)
void backup_databases()
{
time_t t;