diff --git a/src/utils.h b/src/utils.h index bf4c52d0..f87ad7bb 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,7 +1,7 @@ /* * utils.h - this file is part of Geany, a fast and lightweight IDE * - * Copyright 2005 Enrico Troeger + * Copyright 2006 Enrico Troeger * * 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 @@ -201,4 +201,6 @@ void utils_treeviews_showhide(void); gchar *utils_get_current_file_dir(); +void utils_beep(void); + #endif