Forward declare open_temp_exec_file (#764)
authorserge-sans-paille <serge.guelton@telecom-bretagne.eu>
Thu, 2 Feb 2023 14:46:29 +0000 (14:46 +0000)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2023 14:46:29 +0000 (09:46 -0500)
commitce077e5565366171aa1b4438749b0922fce887a4
treeffb0a1399ab4a6c2032fa32a341dc20072a43b39
parentabf211d1603da9d687455169646e0e9667be17c1
Forward declare open_temp_exec_file (#764)

It's defined in closures.c and used in tramp.c.
Also declare it as an hidden symbol, as it should be.

Co-authored-by: serge-sans-paille <sguelton@mozilla.com>
include/ffi_common.h
src/tramp.c