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:
Love Hörnquist Åstrand
2003-06-14 19:49:49 +00:00
parent 573d4b592b
commit 371bd41866

View File

@@ -39,6 +39,10 @@
#ifndef _GLOB_H_
#define _GLOB_H_
#define glob_t rk_glob_t
#define glob rk_glob
#define globfree rk_globfree
struct stat;
typedef struct {
int gl_pathc; /* Count of total paths so far. */