globus_common  17.9
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
globus_tilde_expand.h
Go to the documentation of this file.
1 
7 #ifndef GLOBUS_TILDE_EXPAND_H
8 #define GLOBUS_TILDE_EXPAND_H 1
9 
10 #include "globus_types.h"
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
20 #define GLOBUS_TILDE_EXPAND 2UL
21 
25 #define GLOBUS_TILDE_USER_EXPAND 4UL
26 
27 int
29  unsigned long options,
30  globus_bool_t url_form,
31  char *inpath,
32  char **outpath);
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif /* GLOBUS_TILDE_EXPAND_H */
Common Primitive Types.
int globus_bool_t
Boolean type.
Definition: globus_types.h:78
int globus_tilde_expand(unsigned long options, globus_bool_t url_form, char *inpath, char **outpath)
Expand ~ and/or ~user in path strings.
Definition: globus_tilde_expand.c:57