File:  [ELWIX - Embedded LightWeight unIX -] / libaitpelco / inc / defs.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Jan 22 00:57:31 2010 UTC (14 years, 5 months ago) by misho
Branches: start
CVS tags: pelco1_0, misho
libaitpelco Pelco-D/P protocol

    1: /*************************************************************************
    2: * (C) 2010 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
    3: *  by Michael Pounov <misho@openbsd-bg.org>
    4: *
    5: * $Author: misho $
    6: * $Id: defs.h,v 1.1.1.1 2010/01/22 00:57:31 misho Exp $
    7: *
    8: *************************************************************************/
    9: #ifndef __DEFS_H
   10: #define __DEFS_H
   11: 
   12: 
   13: #define STRSIZ		256
   14: 
   15: 
   16: #define SETERR	pelcoSetErr(errno, strerror(errno));
   17: 
   18: 
   19: inline void pelcoSetErr(int eno, char *estr, ...);
   20: 
   21: 
   22: 
   23: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>