prefix glob symbols with rk_
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12361 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -39,6 +39,10 @@
|
|||||||
#ifndef _GLOB_H_
|
#ifndef _GLOB_H_
|
||||||
#define _GLOB_H_
|
#define _GLOB_H_
|
||||||
|
|
||||||
|
#define glob_t rk_glob_t
|
||||||
|
#define glob rk_glob
|
||||||
|
#define globfree rk_globfree
|
||||||
|
|
||||||
struct stat;
|
struct stat;
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int gl_pathc; /* Count of total paths so far. */
|
int gl_pathc; /* Count of total paths so far. */
|
||||||
|
Reference in New Issue
Block a user