Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

sort_dir.h

Go to the documentation of this file.
00001 /*
00002 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
00003 Copyright (C) 2005- The University of Notre Dame
00004 This software is distributed under the GNU General Public License.
00005 See the file COPYING for details.
00006 */
00007 
00008 #ifndef SORT_DIR_H
00009 #define SORT_DIR_H
00010 
00034 int sort_dir( const char *dirname, char ***list, int (*sort) ( const char *a, const char *b ) );
00035 
00040 void sort_dir_free( char **list );
00041 
00042 #endif

Generated on Wed Mar 17 16:23:12 2010 for cctools by  doxygen 1.3.9.1