globus_common
17.10
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
25
#define GLOBUS_TILDE_USER_EXPAND 4UL
26
27
int
28
globus_tilde_expand
(
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 */
globus_types.h
Common Primitive Types.
globus_tilde_expand
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
globus_bool_t
int globus_bool_t
Boolean type.
Definition:
globus_types.h:78
Generated by
1.9.1