changeset 831:23de7aa68e3a

[project @ 1994-10-17 22:03:20 by jwe]
author jwe
date Mon, 17 Oct 1994 22:03:27 +0000
parents 0e9df7d20066
children 3984a1e61ebc
files src/user-prefs.cc src/user-prefs.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/user-prefs.cc	Mon Oct 17 16:40:47 1994 +0000
+++ b/src/user-prefs.cc	Mon Oct 17 22:03:27 1994 +0000
@@ -39,7 +39,7 @@
 
 // Initialize global user_pref structure.
 
-int
+void
 init_user_prefs (void)
 {
   user_pref.automatic_replot = 0;
--- a/src/user-prefs.h	Mon Oct 17 16:40:47 1994 +0000
+++ b/src/user-prefs.h	Mon Oct 17 22:03:27 1994 +0000
@@ -65,7 +65,7 @@
 
 extern user_preferences user_pref;
 
-extern int init_user_prefs (void);
+extern void init_user_prefs (void);
 
 extern int automatic_replot (void);
 extern int commas_in_literal_matrix (void);