ark
bkSort.h
Go to the documentation of this file.00001 /******************************* LICENSE ************************************** 00002 * Any code in this file may be redistributed or modified under the terms of 00003 * the GNU General Public License as published by the Free Software 00004 * Foundation; version 2 of the license. 00005 ****************************** END LICENSE ***********************************/ 00006 00007 /****************************************************************************** 00008 * Author: 00009 * Andrew Smith, http://littlesvr.ca/misc/contactandrew.php 00010 * 00011 * Copyright 2005-2007 Andrew Smith <andrew-smith@mail.ru> 00012 * 00013 * Contributors: 00014 * 00015 ******************************************************************************/ 00016 00017 #ifndef BKSORT_H 00018 #define BKSORT_H 00019 bool rightIsBigger(char* leftStr, char* rightStr); 00020 void sortDir(DirToWrite* dir, int filenameType); 00021 #endif
KDE 4.0 API Reference