From bdd23556eaa5fc43666fe6d27594034d7541649b Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 1 Sep 2012 20:44:50 +0000 Subject: [PATCH] Fixed build --- src/editor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/editor.h b/src/editor.h index bccabb1..e2df2dc 100644 --- a/src/editor.h +++ b/src/editor.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011 Pierre Pronchery */ +/* Copyright (c) 2006-2012 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Editor */ /* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -40,8 +40,8 @@ void editor_set_wrap_mode(Editor * editor, GtkWrapMode wrap); /* useful */ void editor_about(Editor * editor); -void editor_config_load(Editor * editor); -void editor_config_save(Editor * editor); +int editor_config_load(Editor * editor); +int editor_config_save(Editor * editor); int editor_confirm(Editor * editor, char const * message, ...); int editor_error(Editor * editor, char const * message, int ret);