r22647 - gnucash/trunk/src/app-utils - Make sure all functions are defined only once in the header file

Geert Janssens gjanssens at code.gnucash.org
Fri Dec 14 08:07:33 EST 2012


Author: gjanssens
Date: 2012-12-14 08:07:32 -0500 (Fri, 14 Dec 2012)
New Revision: 22647
Trac: http://svn.gnucash.org/trac/changeset/22647

Modified:
   gnucash/trunk/src/app-utils/guile-util.h
Log:
Make sure all functions are defined only once in the header file

Modified: gnucash/trunk/src/app-utils/guile-util.h
===================================================================
--- gnucash/trunk/src/app-utils/guile-util.h	2012-12-13 05:13:49 UTC (rev 22646)
+++ gnucash/trunk/src/app-utils/guile-util.h	2012-12-14 13:07:32 UTC (rev 22647)
@@ -143,8 +143,6 @@
  *  @param kill_it If TRUE, kill the process. */
 void gnc_detach_process(Process *proc, const gboolean kill_it);
 
-#endif
-
 /** Convert a time string to calendar time representation.  Combine strptime and
  *  mktime into a single function to avoid the need to wrap struct tm *.
  *
@@ -154,3 +152,5 @@
  *
  *  @return The time in seconds since unix epoch, or -1 on error */
 time64 gnc_parse_time_to_time64 (const gchar *s, const gchar *format);
+
+#endif



More information about the gnucash-changes mailing list