Don't add "Go to last error" to filtering log window's context menu.
[claws.git] / src / common / log.h
index c1a2e95b746433f8c92c6ad0ee6c3d3b72a7c11d..c48343b7d12bfc22af13fecd04d62b922de725b7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team
  *
  * 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
@@ -21,7 +21,7 @@
 #define LOG_H
 
 #ifdef HAVE_CONFIG_H
-#  include "config.h"
+#include "claws-features.h"
 #endif
 
 #include <glib.h>
@@ -67,6 +67,7 @@ void set_log_title(LogInstance instance, gchar *title);
 gchar *get_log_title(LogInstance instance);
 void set_log_prefs(LogInstance instance, int* logwin_width, int* logwin_height);
 void get_log_prefs(LogInstance instance, int** logwin_width, int** logwin_height);
+gboolean get_log_error_capability(LogInstance instance);
 void log_print         (LogInstance instance, const gchar *format, ...) G_GNUC_PRINTF(2, 3);
 void log_message       (LogInstance instance, const gchar *format, ...) G_GNUC_PRINTF(2, 3);
 void log_warning       (LogInstance instance, const gchar *format, ...) G_GNUC_PRINTF(2, 3);