Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
rcguserCommon.h 224 B
#ifndef LIGO_RCG_COMMON_H
#define LIGO_RCG_COMMON_H

#ifdef __cplusplus
extern "C" {
#endif

void intHandler( int dummy );
int attach_shared_memory( char* sysname );

#ifdef __cplusplus
}
#endif


#endif //LIGO_RCG_COMMON_H