From 2e4c338eda8ec6996b7bacc1d0c7dfe7de925864 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 1 Sep 2016 09:28:58 -0400 Subject: Revert "Make FreeConnInfo static" ajax: 75419e6b6d985ea8796f05d1acb5e154b065c9b9 of xtrans also seems to have broken xtest. And indeed it does, xts5 knows a fair amount about xlib internals for some reason. Whether that's cromulent or not, we want to be able to run automatic tests from top-of-tree, so we can't leave this broken. This reverts commit 75419e6b6d985ea8796f05d1acb5e154b065c9b9. Signed-off-by: Adam Jackson --- Xtrans.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Xtrans.h') diff --git a/Xtrans.h b/Xtrans.h index 6760632..360b01b 100644 --- a/Xtrans.h +++ b/Xtrans.h @@ -215,6 +215,10 @@ typedef struct _XtransConnInfo *XtransConnInfo; * Function prototypes for the exposed interface */ +void TRANS(FreeConnInfo) ( + XtransConnInfo /* ciptr */ +); + #ifdef TRANS_CLIENT XtransConnInfo TRANS(OpenCOTSClient)( -- cgit v1.2.1