summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/src/compose_private.h
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2013-06-26 17:36:32 +0000
committerTed Ross <tross@apache.org>2013-06-26 17:36:32 +0000
commitede7589da6bdded56f54c0a7802e779c1e900ea2 (patch)
treec0ad1631b29417b9322643be4bdfbfe557cc3426 /qpid/extras/dispatch/src/compose_private.h
parent3a6acad9663e3b552ebed78645c77e855f9502ac (diff)
downloadqpid-python-ede7589da6bdded56f54c0a7802e779c1e900ea2.tar.gz
NO-JIRA - Major refactoring of the code for composing performatives in messages.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1497019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/extras/dispatch/src/compose_private.h')
-rw-r--r--qpid/extras/dispatch/src/compose_private.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/src/compose_private.h b/qpid/extras/dispatch/src/compose_private.h
new file mode 100644
index 0000000000..58eec6097b
--- /dev/null
+++ b/qpid/extras/dispatch/src/compose_private.h
@@ -0,0 +1,26 @@
+#ifndef __compose_private_h__
+#define __compose_private_h__ 1
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+#include <qpid/dispatch/compose.h>
+
+dx_buffer_list_t *dx_compose_buffers(dx_composed_field_t *field);
+
+#endif