libCom: actually use libComAPI.h in libCom
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#ifndef unixFileNameH
|
||||
#define unixFileNameH
|
||||
|
||||
#include <shareLib.h>
|
||||
#include <libComAPI.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -26,13 +26,13 @@ extern "C" {
|
||||
/** Return the absolute path of the current executable.
|
||||
\return NULL or the path. Caller must free()
|
||||
*/
|
||||
epicsShareFunc
|
||||
LIBCOM_API
|
||||
char *epicsGetExecName(void);
|
||||
|
||||
/** Return the absolute path of the directory containing the current executable.
|
||||
\return NULL or the path. Caller must free()
|
||||
*/
|
||||
epicsShareFunc
|
||||
LIBCOM_API
|
||||
char *epicsGetExecDir(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user