00001 /****************************************************************************** 00002 * 00003 * $Id: tagreader.h,v 1.2 2001/03/19 19:27:41 root Exp $ 00004 * 00005 * 00006 * Copyright (C) 1997-2008 by Dimitri van Heesch. 00007 * 00008 * Permission to use, copy, modify, and distribute this software and its 00009 * documentation under the terms of the GNU General Public License is hereby 00010 * granted. No representations are made about the suitability of this software 00011 * for any purpose. It is provided "as is" without express or implied warranty. 00012 * See the GNU General Public License for more details. 00013 * 00014 * Documents produced by Doxygen are derivative works derived from the 00015 * input used in their production; they are not affected by this license. 00016 * 00017 */ 00018 00019 #ifndef TAGREADER_H 00020 #define TAGREADER_H 00021 00022 #include "qtbc.h" 00023 00024 class Entry; 00025 00026 void parseTagFile(Entry *root,const char *fullPathName,const char *fileName); 00027 00028 #endif