ucx/ucx.h

Sat, 31 Dec 2011 17:54:52 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 31 Dec 2011 17:54:52 +0100
changeset 5
a1740117e2b7
child 18
69636f81db31
permissions
-rw-r--r--

added list specification

     1 /* 
     2  * File:   ucx.h
     3  * Author: olaf
     4  *
     5  * Created on 31. Dezember 2011, 17:17
     6  */
     8 #ifndef UCX_H
     9 #define	UCX_H
    11 #include <stdlib.h>
    13 #ifdef	__cplusplus
    14 extern "C" {
    15 #endif
    17 typedef int(*ucx_callback)(void*,void*);
    19 #ifdef	__cplusplus
    20 }
    21 #endif
    23 #endif	/* UCX_H */

mercurial