diff src/xs_config.h @ 271:eebb38debe35

Separate xs_init_configuration() from xs_read_configuration()
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Dec 2004 17:03:02 +0000
parents e255f23abf33
children e0d671f62e60
line wrap: on
line diff
--- a/src/xs_config.h	Thu Dec 23 17:02:05 2004 +0000
+++ b/src/xs_config.h	Thu Dec 23 17:03:02 2004 +0000
@@ -155,6 +155,7 @@
 /*
  * Functions
  */
+void	xs_init_configuration(void);
 void	xs_configure(void);
 void	xs_read_configuration(void);
 gint	xs_write_configuration(void);