source: abuse/trunk/src/imlib/include/jdir.hpp @ 28

Last change on this file since 28 was 2, checked in by Sam Hocevar, 18 years ago
  • imported original 0.7.0 tarball
File size: 134 bytes
Line 
1#ifndef _JDIR_HPP_
2#define _JDIR_HPP_
3
4void get_directory(char *path, char **&files, int &tfiles, char **&dirs, int &tdirs);
5
6
7#endif
Note: See TracBrowser for help on using the repository browser.