diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-29 03:32:07 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-29 03:32:07 +0300 |
commit | fbcc2024d5adcf4ed4aedc3ee86d7e1ce4e756d5 (patch) | |
tree | d0622283ef2a6ab5ca5444395952e39e6b65b739 /gpg_wrapper.h | |
parent | 7ad02d9a9cd909ff8af474cdff82c2d70f7afd8f (diff) |
dos2unix
Diffstat (limited to 'gpg_wrapper.h')
-rw-r--r-- | gpg_wrapper.h | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/gpg_wrapper.h b/gpg_wrapper.h index 6b0baea..5d0ce2a 100644 --- a/gpg_wrapper.h +++ b/gpg_wrapper.h @@ -1,30 +1,30 @@ -#ifndef GPG_WRAPPER_H
-#define GPG_WRAPPER_H
-typedef enum {
- pxSuccess,
- pxSuccessExitCodeInvalid,
- pxCreatePipeFailed,
- pxDuplicateHandleFailed,
- pxCloseHandleFailed,
- pxCreateProcessFailed,
- pxThreadWaitFailed,
- pxReadFileFailed,
- pxBufferOverflow,
- pxNotFound
-}
-pxResult;
-
-pxResult pxExecute(wstring *acommandline, char *ainput, string *aoutput, LPDWORD aexitcode, pxResult *result);
-
-struct gpg_execution_params
-{
- wstring *cmd;
- char *useless;
- string *out;
- LPDWORD code;
- pxResult *result;
-};
-
-void pxEexcute_thread(void *param);
-
+#ifndef GPG_WRAPPER_H +#define GPG_WRAPPER_H +typedef enum { + pxSuccess, + pxSuccessExitCodeInvalid, + pxCreatePipeFailed, + pxDuplicateHandleFailed, + pxCloseHandleFailed, + pxCreateProcessFailed, + pxThreadWaitFailed, + pxReadFileFailed, + pxBufferOverflow, + pxNotFound +} +pxResult; + +pxResult pxExecute(wstring *acommandline, char *ainput, string *aoutput, LPDWORD aexitcode, pxResult *result); + +struct gpg_execution_params +{ + wstring *cmd; + char *useless; + string *out; + LPDWORD code; + pxResult *result; +}; + +void pxEexcute_thread(void *param); + #endif
\ No newline at end of file |