Last change
on this file since 5734 was
5675,
checked in by ldelgass, 9 years ago
|
merge r5673 from trunk (eol-style)
|
-
Property svn:eol-style set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | /* |
---|
2 | * ---------------------------------------------------------------------- |
---|
3 | * INTERFACE: Fortran Rappture Utils Stub Headers |
---|
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 | #ifdef __cplusplus |
---|
15 | extern "C" { |
---|
16 | #endif |
---|
17 | |
---|
18 | |
---|
19 | /**********************************************************/ |
---|
20 | // INTERFACE FUNCTIONS - ONE UNDERSCORE |
---|
21 | |
---|
22 | int rp_utils_progress_ ( int* percent, char* text, int text_len ); |
---|
23 | |
---|
24 | |
---|
25 | /**********************************************************/ |
---|
26 | // INTERFACE FUNCTIONS - TWO UNDERSCORES |
---|
27 | |
---|
28 | int rp_utils_progress__ ( int* percent, char* text, int text_len ); |
---|
29 | |
---|
30 | |
---|
31 | /**********************************************************/ |
---|
32 | // INTERFACE STUB FUNCTIONS - ALL CAPS |
---|
33 | |
---|
34 | int RP_UTILS_PROGRESS ( int* percent, char* text, int text_len ); |
---|
35 | |
---|
36 | |
---|
37 | /**********************************************************/ |
---|
38 | /**********************************************************/ |
---|
39 | |
---|
40 | #ifdef __cplusplus |
---|
41 | } |
---|
42 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.