source: trunk/src/core/RpUtilsCInterface.h @ 3177

Last change on this file since 3177 was 3177, checked in by mmc, 12 years ago

Updated all of the copyright notices to reference the transfer to
the new HUBzero Foundation, LLC.

File size: 772 bytes
Line 
1/*
2 * ----------------------------------------------------------------------
3 *  INTERFACE: C Rappture Utils 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
15#ifndef _RAPPTURE_UTILS_C_H
16#define _RAPPTURE_UTILS_C_H
17
18#ifdef __cplusplus
19extern "C" {
20#endif // ifdef __cplusplus
21
22int rpUtilsProgress (int percent, const char* text);
23
24
25#ifdef __cplusplus
26}
27#endif // ifdef __cplusplus
28
29#endif // ifndef _RAPPTURE_UTILS_C_H
Note: See TracBrowser for help on using the repository browser.