mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
9 lines
105 B
C
9 lines
105 B
C
#ifndef __GCORBA_H
|
|
#define __GCORBA_H
|
|
|
|
extern CORBA_ORB orb;
|
|
|
|
void corba_register_server (void);
|
|
|
|
#endif
|