Added a missing function declaration in prefs_common.h
authorMelvin Hadasht <melvin.hadasht@free.fr>
Mon, 28 Oct 2002 09:27:04 +0000 (09:27 +0000)
committerMelvin Hadasht <melvin.hadasht@free.fr>
Mon, 28 Oct 2002 09:27:04 +0000 (09:27 +0000)
ChangeLog.claws
configure.in
src/prefs_common.c

index 8921a0562ea7a05d99d08f3a9a6b467766ce3525..3c355fd6ed8a16a7d3ab50a357aa5f42f639a615 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-28 [melvin]    0.8.5claws58
+
+       * src/prefs_common.c
+               Readded a missing function declaration lost in 0.8.3claws34
+
 2002-10-28 [paul]      0.8.5claws57
 
        * sync with 0.8.5cvs15
index c81c17a5b48a1dcdf902e1219ecf1a6520d33745..00f81db77a8aa43ff949002fdada8b149c219f71 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=5
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws57
+EXTRA_VERSION=claws58
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 7a210ba675512c9b42cabad97b95d002790b2473..a7e4281490394ed1c61a7875ff0a1fd3a7bb001f 100644 (file)
@@ -823,6 +823,9 @@ static PrefParam param[] = {
 static void prefs_common_create                (void);
 static void prefs_receive_create       (void);
 static void prefs_send_create          (void);
+#ifdef USE_ASPELL
+static void prefs_spelling_create      (void);
+#endif
 static void prefs_compose_create       (void);
 static void prefs_quote_create         (void);
 static void prefs_display_create       (void);