summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-12-12 08:33:13 -0500
committerKeith Bostic <keith@wiredtiger.com>2014-12-12 08:33:13 -0500
commitaf643876886711f516630b99c0fd43ad45929a09 (patch)
tree4b855b6f9ea5f348ee3ed972fd4ebc1daefb825f /examples
parent067f09a83b8d77ba1baff76db35dafdcd3235ce3 (diff)
downloadmongo-af643876886711f516630b99c0fd43ad45929a09.tar.gz
Old-style function declaration.
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_backup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/ex_backup.c b/examples/c/ex_backup.c
index fb5c5b9d299..ea572c8810b 100644
--- a/examples/c/ex_backup.c
+++ b/examples/c/ex_backup.c
@@ -125,7 +125,7 @@ compare_backups(int i)
* That way we can compare the full and incremental each time through.
*/
static int
-setup_directories()
+setup_directories(void)
{
int i, ret;
char buf[1024];