source: branches/1.3/src/core/RpBufferCHelper.h @ 5675

Last change on this file since 5675 was 5675, checked in by ldelgass, 9 years ago

merge r5673 from trunk (eol-style)

  • Property svn:eol-style set to native
File size: 818 bytes
Line 
1/*
2 * ----------------------------------------------------------------------
3 *  INTERFACE: Rappture Buffer C Helper Header
4 *
5 * ======================================================================
6 *  AUTHOR:  Derrick Kearney, Purdue University
7 *  Copyright (c) 2004-2012  HUBzero Foundation, LLC
8 *
9 *  See the file "license.terms" for information on usage and
10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
11 * ======================================================================
12 */
13
14#ifndef _RAPPTURE_BUFFER_C_HELPER_H
15#define _RAPPTURE_BUFFER_C_HELPER_H
16
17#ifdef __cplusplus
18extern "C" {
19#endif // ifdef __cplusplus
20
21int RpBufferToCBuffer(Rappture::Buffer* rpbuf, RapptureBuffer* buf);
22
23#ifdef __cplusplus
24}
25#endif // ifdef __cplusplus
26
27#endif // ifndef _RAPPTURE_BUFFER_C_HELPER_H
Note: See TracBrowser for help on using the repository browser.