libCom: actually use libComAPI.h in libCom

This commit is contained in:
Michael Davidsaver
2020-05-20 13:38:09 -07:00
parent b2750bbe93
commit 799e72b1e3
250 changed files with 1286 additions and 1434 deletions
+3 -3
View File
@@ -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