diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-11 02:52:42 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-11 02:52:42 +0300 |
commit | ff34af8edad99fae99b59def8a3d5cce92085a9c (patch) | |
tree | 083fede580c7df94a0a588f5b325bf693bc427a6 /gpg_wrapper.h | |
parent | 1de40ac790d3218cc10d37f95f9f1a8c573dbe77 (diff) |
modified: commonheaders.h
modified: gpg_wrapper.cpp
modified: gpg_wrapper.h
modified: init.cpp
modified: main.cpp
modified: messages.cpp
modified: options.cpp
modified: utilities.cpp
modified: utilities.h
Diffstat (limited to 'gpg_wrapper.h')
-rw-r--r-- | gpg_wrapper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpg_wrapper.h b/gpg_wrapper.h index 1139c51..99d9da8 100644 --- a/gpg_wrapper.h +++ b/gpg_wrapper.h @@ -9,7 +9,8 @@ typedef enum { pxCreateProcessFailed,
pxThreadWaitFailed,
pxReadFileFailed,
- pxBufferOverflow
+ pxBufferOverflow,
+ pxNotFound
}
pxResult;
|