summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-16 23:11:28 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-16 23:11:28 +0000
commit19b5b71feb51544a442b71af725d26aae2c55527 (patch)
treee9bb5db5ba429c9d0189eb01dc19ca4d7c054353 /src
parent45b1eeec6b3fa829dc08e61449105ca93566c4a0 (diff)
* drop polylib prefix from #define
* include error.h from polypaudio.h git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@494 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src')
-rw-r--r--src/polyp/browser.h4
-rw-r--r--src/polyp/context.h4
-rw-r--r--src/polyp/def.h4
-rw-r--r--src/polyp/error.h4
-rw-r--r--src/polyp/internal.h4
-rw-r--r--src/polyp/introspect.h4
-rw-r--r--src/polyp/operation.h4
-rw-r--r--src/polyp/polypaudio.h7
-rw-r--r--src/polyp/scache.h4
-rw-r--r--src/polyp/simple.h4
-rw-r--r--src/polyp/stream.h4
-rw-r--r--src/polyp/subscribe.h4
-rw-r--r--src/polyp/version.h.in4
13 files changed, 28 insertions, 27 deletions
diff --git a/src/polyp/browser.h b/src/polyp/browser.h
index 853304d7..3bb0d264 100644
--- a/src/polyp/browser.h
+++ b/src/polyp/browser.h
@@ -1,5 +1,5 @@
-#ifndef foopolyplibbrowserhfoo
-#define foopolyplibbrowserhfoo
+#ifndef foobrowserhfoo
+#define foobrowserhfoo
/* $Id$ */
diff --git a/src/polyp/context.h b/src/polyp/context.h
index 6496c703..216d7d87 100644
--- a/src/polyp/context.h
+++ b/src/polyp/context.h
@@ -1,5 +1,5 @@
-#ifndef foopolyplibcontexthfoo
-#define foopolyplibcontexthfoo
+#ifndef foocontexthfoo
+#define foocontexthfoo
/* $Id$ */
diff --git a/src/polyp/def.h b/src/polyp/def.h
index 0591ce6c..ba35b31e 100644
--- a/src/polyp/def.h
+++ b/src/polyp/def.h
@@ -1,5 +1,5 @@
-#ifndef foopolyplibdefhfoo
-#define foopolyplibdefhfoo
+#ifndef foodefhfoo
+#define foodefhfoo
/* $Id$ */
diff --git a/src/polyp/error.h b/src/polyp/error.h
index 1bb97822..ff2507b2 100644
--- a/src/polyp/error.h
+++ b/src/polyp/error.h
@@ -1,5 +1,5 @@
-#ifndef foopolypliberrorhfoo
-#define foopolypliberrorhfoo
+#ifndef fooerrorhfoo
+#define fooerrorhfoo
/* $Id$ */
diff --git a/src/polyp/internal.h b/src/polyp/internal.h
index feb9f6f4..bdfd5d8e 100644
--- a/src/polyp/internal.h
+++ b/src/polyp/internal.h
@@ -1,5 +1,5 @@
-#ifndef foopolyplibinternalhfoo
-#define foopolyplibinternalhfoo
+#ifndef foointernalhfoo
+#define foointernalhfoo
/* $Id$ */
diff --git a/src/polyp/introspect.h b/src/polyp/introspect.h
index 75dc027f..0abb54cf 100644
--- a/src/polyp/introspect.h
+++ b/src/polyp/introspect.h
@@ -1,5 +1,5 @@
-#ifndef foopolyplibintrospecthfoo
-#define foopolyplibintrospecthfoo
+#ifndef foointrospecthfoo
+#define foointrospecthfoo
/* $Id$ */
diff --git a/src/polyp/operation.h b/src/polyp/operation.h
index fea82f10..6a24d649 100644
--- a/src/polyp/operation.h
+++ b/src/polyp/operation.h
@@ -1,5 +1,5 @@
-#ifndef foopolypliboperationhfoo
-#define foopolypliboperationhfoo
+#ifndef foooperationhfoo
+#define foooperationhfoo
/* $Id$ */
diff --git a/src/polyp/polypaudio.h b/src/polyp/polypaudio.h
index 23208526..c6014bbb 100644
--- a/src/polyp/polypaudio.h
+++ b/src/polyp/polypaudio.h
@@ -1,5 +1,5 @@
-#ifndef foopolyplibhfoo
-#define foopolyplibhfoo
+#ifndef foopolypaudiohfoo
+#define foopolypaudiohfoo
/* $Id$ */
@@ -32,11 +32,12 @@
#include <polyp/subscribe.h>
#include <polyp/scache.h>
#include <polyp/version.h>
+#include <polyp/error.h>
/** \file
* Include all polyplib header file at once. The following files are included: \ref mainloop-api.h, \ref sample.h,
* \ref def.h, \ref context.h, \ref stream.h,
- * \ref introspect.h, \ref subscribe.h and \ref scache.h \ref version.h
+ * \ref introspect.h, \ref subscribe.h, \ref scache.h, \ref version.h \ref error.h
* at once */
/** \mainpage
diff --git a/src/polyp/scache.h b/src/polyp/scache.h
index 41b956d2..5bf004d0 100644
--- a/src/polyp/scache.h
+++ b/src/polyp/scache.h
@@ -1,5 +1,5 @@
-#ifndef foopolyplibscachehfoo
-#define foopolyplibscachehfoo
+#ifndef fooscachehfoo
+#define fooscachehfoo
/* $Id$ */
diff --git a/src/polyp/simple.h b/src/polyp/simple.h
index 31dcaef4..270cbb24 100644
--- a/src/polyp/simple.h
+++ b/src/polyp/simple.h
@@ -1,5 +1,5 @@
-#ifndef foopolyplibsimplehfoo
-#define foopolyplibsimplehfoo
+#ifndef foosimplehfoo
+#define foosimplehfoo
/* $Id$ */
diff --git a/src/polyp/stream.h b/src/polyp/stream.h
index d8409b3b..e2cab19e 100644
--- a/src/polyp/stream.h
+++ b/src/polyp/stream.h
@@ -1,5 +1,5 @@
-#ifndef foopolyplibstreamhfoo
-#define foopolyplibstreamhfoo
+#ifndef foostreamhfoo
+#define foostreamhfoo
/* $Id$ */
diff --git a/src/polyp/subscribe.h b/src/polyp/subscribe.h
index 4986272d..f1f0642d 100644
--- a/src/polyp/subscribe.h
+++ b/src/polyp/subscribe.h
@@ -1,5 +1,5 @@
-#ifndef foopolyplibsubscribehfoo
-#define foopolyplibsubscribehfoo
+#ifndef foosubscribehfoo
+#define foosubscribehfoo
/* $Id$ */
diff --git a/src/polyp/version.h.in b/src/polyp/version.h.in
index 36cafb70..c727381f 100644
--- a/src/polyp/version.h.in
+++ b/src/polyp/version.h.in
@@ -1,5 +1,5 @@
-#ifndef foopolyplibversionhfoo /*-*-C-*-*/
-#define foopolyplibversionhfoo
+#ifndef fooversionhfoo /*-*-C-*-*/
+#define fooversionhfoo
/* $Id$ */