diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-09-05 17:35:55 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-09-05 17:45:43 -0700 |
commit | 7f60f3428aa21d5d643eb75bfd9417cfabf48970 (patch) | |
tree | 57a8de98ab7e41bbe17950658eaab25438ef32c1 /src/RdFToI.c | |
parent | 2695ccda5df58af60ebb15bb17f1570437554adb (diff) |
Explicitly mark non-static symbols as export or hidden
Hides private API from external linkage
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/RdFToI.c')
-rw-r--r-- | src/RdFToI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RdFToI.c b/src/RdFToI.c index 28c0c33..0ce78cd 100644 --- a/src/RdFToI.c +++ b/src/RdFToI.c @@ -53,7 +53,7 @@ LFUNC(OpenReadFile, int, (const char *filename, xpmData *mdata)); LFUNC(xpmDataClose, void, (xpmData *mdata)); -FUNC(xpmPipeThrough, FILE*, (int fd, +HFUNC(xpmPipeThrough, FILE*, (int fd, const char *cmd, const char *arg1, const char *mode)); |