ucx/ucx.h

changeset 5
a1740117e2b7
child 18
69636f81db31
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ucx/ucx.h	Sat Dec 31 17:54:52 2011 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +/* 
     1.5 + * File:   ucx.h
     1.6 + * Author: olaf
     1.7 + *
     1.8 + * Created on 31. Dezember 2011, 17:17
     1.9 + */
    1.10 +
    1.11 +#ifndef UCX_H
    1.12 +#define	UCX_H
    1.13 +
    1.14 +#include <stdlib.h>
    1.15 +
    1.16 +#ifdef	__cplusplus
    1.17 +extern "C" {
    1.18 +#endif
    1.19 +
    1.20 +typedef int(*ucx_callback)(void*,void*);
    1.21 +
    1.22 +#ifdef	__cplusplus
    1.23 +}
    1.24 +#endif
    1.25 +
    1.26 +#endif	/* UCX_H */
    1.27 +

mercurial