summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-12-03 12:53:53 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2013-04-09 15:54:49 -0700
commit173e563d3fcd87a03a65a9444d284d71a121e5b4 (patch)
treec0fddf724598fd29ae52ab704b9dec1985daf221 /examples
parent12e068b65110f1780379459b96c28a4f5662109e (diff)
downloadrabbitmq-c-173e563d3fcd87a03a65a9444d284d71a121e5b4.tar.gz
Start addressing review comments
Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/amqp_bind.c2
-rw-r--r--examples/amqp_consumer.c2
-rw-r--r--examples/amqp_exchange_declare.c2
-rw-r--r--examples/amqp_listen.c2
-rw-r--r--examples/amqp_listenq.c2
-rw-r--r--examples/amqp_producer.c2
-rw-r--r--examples/amqp_rpc_sendstring_client.c2
-rw-r--r--examples/amqp_sendstring.c2
-rw-r--r--examples/amqp_unbind.c2
-rw-r--r--examples/amqps_bind.c2
-rw-r--r--examples/amqps_consumer.c2
-rw-r--r--examples/amqps_exchange_declare.c2
-rw-r--r--examples/amqps_listen.c2
-rw-r--r--examples/amqps_listenq.c2
-rw-r--r--examples/amqps_producer.c2
-rw-r--r--examples/amqps_sendstring.c2
-rw-r--r--examples/amqps_unbind.c2
17 files changed, 17 insertions, 17 deletions
diff --git a/examples/amqp_bind.c b/examples/amqp_bind.c
index 1bc82f9..765e746 100644
--- a/examples/amqp_bind.c
+++ b/examples/amqp_bind.c
@@ -39,7 +39,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-tcp-socket.h>
+#include <amqp_tcp_socket.h>
#include <amqp.h>
#include <amqp_framing.h>
diff --git a/examples/amqp_consumer.c b/examples/amqp_consumer.c
index ea97428..72bf654 100644
--- a/examples/amqp_consumer.c
+++ b/examples/amqp_consumer.c
@@ -39,7 +39,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-tcp-socket.h>
+#include <amqp_tcp_socket.h>
#include <amqp.h>
#include <amqp_framing.h>
diff --git a/examples/amqp_exchange_declare.c b/examples/amqp_exchange_declare.c
index 091ce30..55860e5 100644
--- a/examples/amqp_exchange_declare.c
+++ b/examples/amqp_exchange_declare.c
@@ -39,7 +39,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-tcp-socket.h>
+#include <amqp_tcp_socket.h>
#include <amqp.h>
#include <amqp_framing.h>
diff --git a/examples/amqp_listen.c b/examples/amqp_listen.c
index 3ad9fdd..9385c17 100644
--- a/examples/amqp_listen.c
+++ b/examples/amqp_listen.c
@@ -39,7 +39,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-tcp-socket.h>
+#include <amqp_tcp_socket.h>
#include <amqp.h>
#include <amqp_framing.h>
diff --git a/examples/amqp_listenq.c b/examples/amqp_listenq.c
index 08f3d2a..54c1189 100644
--- a/examples/amqp_listenq.c
+++ b/examples/amqp_listenq.c
@@ -39,7 +39,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-tcp-socket.h>
+#include <amqp_tcp_socket.h>
#include <amqp.h>
#include <amqp_framing.h>
diff --git a/examples/amqp_producer.c b/examples/amqp_producer.c
index aa86e63..efa1a20 100644
--- a/examples/amqp_producer.c
+++ b/examples/amqp_producer.c
@@ -39,7 +39,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-tcp-socket.h>
+#include <amqp_tcp_socket.h>
#include <amqp.h>
#include <amqp_framing.h>
diff --git a/examples/amqp_rpc_sendstring_client.c b/examples/amqp_rpc_sendstring_client.c
index 0b187f6..6688195 100644
--- a/examples/amqp_rpc_sendstring_client.c
+++ b/examples/amqp_rpc_sendstring_client.c
@@ -39,7 +39,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-tcp-socket.h>
+#include <amqp_tcp_socket.h>
#include <amqp.h>
#include <amqp_framing.h>
diff --git a/examples/amqp_sendstring.c b/examples/amqp_sendstring.c
index 0e624f9..0b64024 100644
--- a/examples/amqp_sendstring.c
+++ b/examples/amqp_sendstring.c
@@ -39,7 +39,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-tcp-socket.h>
+#include <amqp_tcp_socket.h>
#include <amqp.h>
#include <amqp_framing.h>
diff --git a/examples/amqp_unbind.c b/examples/amqp_unbind.c
index cc42d1a..7948d0b 100644
--- a/examples/amqp_unbind.c
+++ b/examples/amqp_unbind.c
@@ -39,7 +39,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-tcp-socket.h>
+#include <amqp_tcp_socket.h>
#include <amqp.h>
#include <amqp_framing.h>
diff --git a/examples/amqps_bind.c b/examples/amqps_bind.c
index 050be73..1a9328d 100644
--- a/examples/amqps_bind.c
+++ b/examples/amqps_bind.c
@@ -35,7 +35,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-ssl-socket.h>
+#include <amqp_ssl_socket.h>
#include <amqp_framing.h>
#include "utils.h"
diff --git a/examples/amqps_consumer.c b/examples/amqps_consumer.c
index cccbe33..5832421 100644
--- a/examples/amqps_consumer.c
+++ b/examples/amqps_consumer.c
@@ -35,7 +35,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-ssl-socket.h>
+#include <amqp_ssl_socket.h>
#include <amqp_framing.h>
#include <assert.h>
diff --git a/examples/amqps_exchange_declare.c b/examples/amqps_exchange_declare.c
index bcf30b1..ed46348 100644
--- a/examples/amqps_exchange_declare.c
+++ b/examples/amqps_exchange_declare.c
@@ -35,7 +35,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-ssl-socket.h>
+#include <amqp_ssl_socket.h>
#include <amqp_framing.h>
#include "utils.h"
diff --git a/examples/amqps_listen.c b/examples/amqps_listen.c
index 25f8371..8d99066 100644
--- a/examples/amqps_listen.c
+++ b/examples/amqps_listen.c
@@ -35,7 +35,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-ssl-socket.h>
+#include <amqp_ssl_socket.h>
#include <amqp_framing.h>
#include <assert.h>
diff --git a/examples/amqps_listenq.c b/examples/amqps_listenq.c
index 2bb1760..74aa813 100644
--- a/examples/amqps_listenq.c
+++ b/examples/amqps_listenq.c
@@ -35,7 +35,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-ssl-socket.h>
+#include <amqp_ssl_socket.h>
#include <amqp_framing.h>
#include <assert.h>
diff --git a/examples/amqps_producer.c b/examples/amqps_producer.c
index 866f8f8..9cf32ab 100644
--- a/examples/amqps_producer.c
+++ b/examples/amqps_producer.c
@@ -35,7 +35,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-ssl-socket.h>
+#include <amqp_ssl_socket.h>
#include <amqp_framing.h>
#include "utils.h"
diff --git a/examples/amqps_sendstring.c b/examples/amqps_sendstring.c
index c1f10df..d3a647e 100644
--- a/examples/amqps_sendstring.c
+++ b/examples/amqps_sendstring.c
@@ -35,7 +35,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-ssl-socket.h>
+#include <amqp_ssl_socket.h>
#include <amqp_framing.h>
#include "utils.h"
diff --git a/examples/amqps_unbind.c b/examples/amqps_unbind.c
index 58a6730..53c6088 100644
--- a/examples/amqps_unbind.c
+++ b/examples/amqps_unbind.c
@@ -35,7 +35,7 @@
#include <string.h>
#include <stdint.h>
-#include <amqp-ssl-socket.h>
+#include <amqp_ssl_socket.h>
#include <amqp_framing.h>
#include "utils.h"