/* This file is part of gPHPEdit, a GNOME2 PHP Editor. Copyright (C) 2003, 2004, 2005 Andy Jeffries Copyright (C) 2009 Anoop John For more information or to find the latest release, visit our website at http://www.gphpedit.org/ gPHPEdit is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gPHPEdit is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with gPHPEdit. If not, see . The GNU General Public License is contained in the file COPYING. */ #ifndef CLASSBROWSER_PARSE_H #define CLASSBROWSER_PARSE_H #include #include #include #include "preferences.h" #include "tab.h" #include "classbrowser.h" void classbrowser_parse_file(gchar *filename); #endif