IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2005, 3:49:30 PM (21 years ago)
Author:
jhoblitt
Message:

add c++ linkage support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.h

    r4649 r4657  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.24 2005-07-28 23:32:57 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.25 2005-07-29 01:49:30 jhoblitt Exp $
    77 */
    88
     
    1111#ifndef NEBCLIENT_H
    1212#define NEBCLIENT_H 1
     13
     14#ifdef __cplusplus
     15extern "C" {
     16#endif
    1317
    1418typedef enum { NEB_READ, NEB_WRITE } nebRW;
     
    7377void nebFree(void *ptr);
    7478
     79#ifdef __cplusplus
     80}
     81#endif
     82
    7583#endif // NEBLIENT_H
Note: See TracChangeset for help on using the changeset viewer.