X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Focr.h;fp=lib%2Fdevices%2Focr.h;h=14bd3be12a539a926296b7adfbe36109b824b10a;hb=0edc1b008ffcc8ca42f05006d002519b5b33af24;hp=0000000000000000000000000000000000000000;hpb=4b02029ad9ed65323b0ba83ef9d52cb126a36e7c;p=swftools.git diff --git a/lib/devices/ocr.h b/lib/devices/ocr.h new file mode 100644 index 0000000..14bd3be --- /dev/null +++ b/lib/devices/ocr.h @@ -0,0 +1,37 @@ +/* ocr.h + Header file for ocr.c + + Part of the swftools package. + + Copyright (c) 2008 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 __gfxdevice_ocr_h__ +#define __gfxdevice_ocr_h__ + +#include "../gfxdevice.h" + +#ifdef __cplusplus +extern "C" { +#endif + +void gfxdevice_ocr_init(gfxdevice_t*dev); + +#ifdef __cplusplus +} +#endif + +#endif //__gfxdevice_ocr_h__