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:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user