r8808@senior-two-eighty: nickm | 2006-09-14 00:59:54 -0400

House style for no-args functions is old-style C, not C++


svn:r8388
This commit is contained in:
Nick Mathewson
2006-09-14 05:00:02 +00:00
parent 28cac25d7e
commit 4f888c9dfc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ dirserv_add_own_fingerprint(const char *nickname, crypto_pk_env_t *pk)
* failure, leave the current fingerprint list untouched, and
* return -1. */
int
dirserv_load_fingerprint_file()
dirserv_load_fingerprint_file(void)
{
char fname[512];
char *cf;
+1 -1
View File
@@ -2095,7 +2095,7 @@ char *directory_dump_request_log(void);
int connection_dirserv_flushed_some(dir_connection_t *conn);
int dirserv_add_own_fingerprint(const char *nickname, crypto_pk_env_t *pk);
int dirserv_load_fingerprint_file();
int dirserv_load_fingerprint_file(void);
void dirserv_free_fingerprint_list(void);
const char *dirserv_get_nickname_by_digest(const char *digest);
int dirserv_add_descriptor(const char *desc, const char **msg);