1 #ifndef _GLOB_WINDOWS_H
2 #define _GLOB_WINDOWS_H
3 
4 #ifdef HAVE_WIN32
5 extern int glob_windows(struct conf **confs);
6 #endif
7 
8 #endif
9