aboutsummaryrefslogtreecommitdiff
path: root/src/dir.h
blob: 580122f0aacb67b16af5ff794e193350bd792acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __DIR_H__
#define __DIR_H__

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */


void a_Dir_init(void);
char *a_Dir_get_owd(void);
void a_Dir_free(void);


#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* __DIR_H__ */