Fixed build

This commit is contained in:
Pierre Pronchery 2012-09-01 20:44:50 +00:00
parent be60288340
commit bdd23556ea

View File

@ -1,5 +1,5 @@
/* $Id$ */
/* Copyright (c) 2011 Pierre Pronchery <khorben@defora.org> */
/* Copyright (c) 2006-2012 Pierre Pronchery <khorben@defora.org> */
/* 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);