X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=inline;f=lib%2Fpython%2Ftags.h;fp=lib%2Fpython%2Ftags.h;h=da6a1eb29299be08767a9ffa20b1e5ca921657e8;hb=3477d799207e51e1cde8d1d8792ae838cc1f2835;hp=0000000000000000000000000000000000000000;hpb=0288babb81e62bf607d8c2e428b577756b655fed;p=swftools.git diff --git a/lib/python/tags.h b/lib/python/tags.h new file mode 100644 index 0000000..da6a1eb --- /dev/null +++ b/lib/python/tags.h @@ -0,0 +1,32 @@ +/* tags.h + + Python wrapper for librfxswf- various tag implementations + + Part of the swftools package. + + Copyright (c) 2003 Matthias Kramm + + This program 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 2 of the License, or + (at your option) any later version. + + This program 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 this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#ifndef __tags_h__ +#define __tags_h__ + +#include "../rfxswf.h" +#undef HAVE_STAT +#include + +PyMethodDef* tags_getMethods(); + +#endif