summaryrefslogtreecommitdiff
path: root/gpg_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpg_wrapper.h')
-rw-r--r--gpg_wrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpg_wrapper.h b/gpg_wrapper.h
index d9a02c9..f9d6670 100644
--- a/gpg_wrapper.h
+++ b/gpg_wrapper.h
@@ -24,6 +24,7 @@ struct gpg_execution_params
string *out;
LPDWORD code;
pxResult *result;
+ HANDLE hProcess;
};
void pxEexcute_thread(void *param);