File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / utils.h
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Tue Jul 3 09:02:50 2012 UTC (12 years ago) by misho
Branches: MAIN
CVS tags: mqtt1_2, MQTT1_1, HEAD
version 1.1

    1: #ifndef __UTILS_H
    2: #define __UTILS_H
    3: 
    4: 
    5: inline int srv_Socket(cfg_root_t * __restrict);
    6: inline int srv_Close(int);
    7: inline int srv_Will(struct tagSession * __restrict);
    8: 
    9: 
   10: #endif

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