/* en50221 encoder An implementation for libdvb an implementation for the en50221 session layer Copyright (C) 2004, 2005 Manu Abraham Copyright (C) 2005 Julian Scheel (julian at jusst dot de) Copyright (C) 2006 Andrew de Quincey (adq_dvb@lidskialf.net) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef EN50221_ERRNO #define EN50221_ERRNO 1 #ifdef __cplusplus extern "C" { #endif #define EN50221ERR_CAREAD -1 /* error during read from CA device. */ #define EN50221ERR_CAWRITE -2 /* error during write to CA device. */ #define EN50221ERR_TIMEOUT -3 /* timeout occured waiting for a response from a device. */ #define EN50221ERR_BADSLOTID -4 /* bad slot ID supplied by user - the offending slot_id will not be set. */ #define EN50221ERR_BADCONNECTIONID -5 /* bad connection ID supplied by user. */ #define EN50221ERR_BADSTATE -6 /* slot/connection in the wrong state. */ #define EN50221ERR_BADCAMDATA -7 /* CAM supplied an invalid request. */ #define EN50221ERR_OUTOFMEMORY -8 /* memory allocation failed. */ #define EN50221ERR_ASNENCODE -9 /* ASN.1 encode failure - indicates library bug. */ #define EN50221ERR_OUTOFCONNECTIONS -10 /* no more connections available. */ #define EN50221ERR_OUTOFSLOTS -11 /* no more slots available - the offending slot_id will not be set. */ #define EN50221ERR_IOVLIMIT -12 /* Too many struct iovecs were used. */ #define EN50221ERR_BADSESSIONNUMBER -13 /* Bad session number suppplied by user. */ #define EN50221ERR_OUTOFSESSIONS -14 /* no more sessions available. */ #ifdef __cplusplus } #endif #endif ption value='range'>range
path: root/aux-build/install-sh (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-11Remove unused entries from debian/rulesJonathan McCrohan1-2/+0
2012-02-11Fix typo in bugclose changelogJonathan McCrohan1-1/+1
2012-02-11Fix typo in libconfig++dev.examplesJonathan McCrohan1-3/+3
2012-02-11Update changelog.Jonathan McCrohan1-2/+5
2012-02-11Remove forced install of examples in rules.Jonathan McCrohan1-2/+2
2012-02-11Fix Examples.Jonathan McCrohan6-34/+17
2012-02-11Remove makefile.Jonathan McCrohan1-7/+0
2012-02-11Move *.docs, *.install and *.examples to -dev.Jonathan McCrohan7-2/+2
2012-02-11Move to single -dev package.Jonathan McCrohan2-14/+12
2012-02-08Update package changelog.Jonathan McCrohan1-1/+1
2012-02-08Partial manual revert of move to libconfig*8.Jonathan McCrohan4-12/+12
2012-02-08Add my name to debian copyright.Jonathan McCrohan1-2/+3
2012-02-08Atomic commit. Rollback to libconfig8 packaging names.Jonathan McCrohan10-8/+8
2012-02-07Rename libconfig9 to libconfig8 to aid release teamJonathan McCrohan1-14/+14
2012-02-07Fix "closes typo"Jonathan McCrohan1-1/+1
2012-02-07Revert "Add symbols"Jonathan McCrohan3-739/+1
2012-02-07Revert "Fix b0rked symbol file."Jonathan McCrohan1-1/+1
2012-02-07Revert "Second attempt"Jonathan McCrohan2-0/+194
2012-01-29Second attemptJonathan McCrohan2-194/+0
2012-01-29Fix b0rked symbol file.Jonathan McCrohan1-1/+1
2012-01-29Add symbolsJonathan McCrohan3-1/+739
2012-01-26add examples properlyJonathan McCrohan1-0/+2
2012-01-26Update changelogJonathan McCrohan1-3/+6
2012-01-26fix typoJonathan McCrohan1-1/+1
2012-01-26fix accidental description changesJonathan McCrohan1-2/+2
2012-01-26more fucking around to please lintianJonathan McCrohan1-5/+2
2012-01-25Linitan fixesJonathan McCrohan2-3/+2
2012-01-25Split out debug packagesJonathan McCrohan2-1/+6
2011-12-31Fix debian/rulesJonathan McCrohan1-1/+1
2011-12-31Remove shlibsJonathan McCrohan1-2/+0
2011-12-31Remove NMU from changelogJonathan McCrohan1-1/+0
2011-12-31Lintian FixesJonathan McCrohan1-2/+4
2011-12-31Remove Makefile patchJonathan McCrohan1-1/+0
2011-12-31Update MakefilesJonathan McCrohan10-248/+8222
2011-12-31Updated makefilesJonathan McCrohan1-0/+1