summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-08-06 22:22:03 -0500
committerGary Kramlich <grim@reaperworld.com>2020-08-06 22:22:03 -0500
commitc1f16f9606cefbe74f3e759f132dd82ac8f33cbc (patch)
treef89662c9e929953d79347f793e4c78340ab26e86 /pidgin/gtkconv.h
parent8d195c8a318f49db7117da9c284d5ad767874e71 (diff)
downloadpidgin-c1f16f9606cefbe74f3e759f132dd82ac8f33cbc.tar.gz
pidgin.h phase3: create pidgin.h and force its usage
fix the section id of pidgincore.h Generate our pidgin.h file Add include guard to all pidgin/*.h files and deal with the fallout from that. Also had to namespace PIDGIN_BLIST_COLUMN_NAME, will come back and get the rest at a later time. Testing Done: Compile test, including some plugins that don't build by default. Also ran everything seems fine. Reviewed at https://reviews.imfreedom.org/r/50/
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index ed9c60cf75..c93508d8e9 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -19,6 +19,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
+#if !defined(PIDGIN_GLOBAL_HEADER_INSIDE) && !defined(PIDGIN_COMPILATION)
+# error "only <pidgin.h> may be included directly"
+#endif
+
#ifndef _PIDGIN_CONVERSATION_H_
#define _PIDGIN_CONVERSATION_H_
/**