gnome-utils r8312 - trunk/logview



Author: cosimoc
Date: Tue Dec 23 13:28:07 2008
New Revision: 8312
URL: http://svn.gnome.org/viewvc/gnome-utils?rev=8312&view=rev

Log:
Add this.

Added:
   trunk/logview/logview-main.h

Added: trunk/logview/logview-main.h
==============================================================================
--- (empty file)
+++ trunk/logview/logview-main.h	Tue Dec 23 13:28:07 2008
@@ -0,0 +1,31 @@
+/* logview-main.h
+ *
+ * Copyright (C) 2005 Vincent Noel <vnoel cox net>
+ * Copyright (C) 2008 Cosimo Cecchi <cosimoc gnome org>
+ *
+ * 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 the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+ 
+#ifndef __LOGVIEW_MAIN_H__
+#define __LOGVIEW_MAIN_H__
+
+G_BEGIN_DECLS
+
+void  logview_show_error (const char *primary,
+                          const char *secondary);
+
+G_END_DECLS
+
+#endif /* __LOGVIEW_MAIN_H__ */
\ No newline at end of file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]