00001 /* sane - Scanner Access Now Easy. 00002 Copyright (C) 1996 David Mosberger-Tang and Andreas Beck 00003 This file is part of the SANE package. 00004 00005 SANE is free software; you can redistribute it and/or modify it under 00006 the terms of the GNU General Public License as published by the Free 00007 Software Foundation; either version 2 of the License, or (at your 00008 option) any later version. 00009 00010 SANE is distributed in the hope that it will be useful, but WITHOUT 00011 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00012 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 00013 for more details. 00014 00015 You should have received a copy of the GNU General Public License 00016 along with sane; see the file COPYING. If not, write to the Free 00017 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00018 00019 As a special exception, the authors of SANE give permission for 00020 additional uses of the libraries contained in this release of SANE. 00021 00022 The exception is that, if you link a SANE library with other files 00023 to produce an executable, this does not by itself cause the 00024 resulting executable to be covered by the GNU General Public 00025 License. Your use of that executable is in no way restricted on 00026 account of linking the SANE library code into it. 00027 00028 This exception does not, however, invalidate any other reasons why 00029 the executable file might be covered by the GNU General Public 00030 License. 00031 00032 If you submit changes to SANE to the maintainers to be included in 00033 a subsequent release, you agree by submitting the changes that 00034 those changes may be distributed with this exception intact. 00035 00036 If you write modifications of your own for SANE, it is your choice 00037 whether to permit this exception to apply to your modifications. 00038 If you do not wish that, delete this exception notice. 00039 */ 00040 00051 #ifndef sanei_codec_ascii_h 00052 #define sanei_codec_ascii_h 00053 00060 extern void sanei_codec_ascii_init (Wire *w); 00061 00062 #endif /* sanei_codec_ascii_h */
1.5.1