]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-debug.h
cleanup...
[evince.git] / libdocument / ev-debug.h
index c8b8a34f2381c52a1f322bf4fe13bf83d96788e9..cf252431614702168fcd567911ebc6660a430de7 100644 (file)
@@ -18,8 +18,8 @@
  *
  * 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., 59 Temple Place, Suite 330, 
- * Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
  
 /*
 
 /* Modified by Evince Team */
 
+#if !defined (EVINCE_COMPILATION)
+#error "This is a private header."
+#endif
+
 #ifndef __EV_DEBUG_H__
 #define __EV_DEBUG_H__
 
@@ -41,8 +45,8 @@
 
 #ifndef EV_ENABLE_DEBUG
 
-#define ev_debug_init()
-#define ev_debug_shutdown()
+#define _ev_debug_init()
+#define _ev_debug_shutdown()
 #if defined(G_HAVE_GNUC_VARARGS)
 #define ev_debug_message(section, format, args...) G_STMT_START { } G_STMT_END
 #define ev_profiler_start(format, args...) G_STMT_START { } G_STMT_END
@@ -83,8 +87,8 @@ typedef enum {
        EV_PROFILE_JOBS = 1 << 0
 } EvProfileSection;
 
-void ev_debug_init     (void);
-void ev_debug_shutdown (void);
+void _ev_debug_init     (void);
+void _ev_debug_shutdown (void);
 
 void ev_debug_message  (EvDebugSection   section,
                        const gchar     *file,