git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3261b
)
Use appropriate type for error in the context
author
Daniel Kouřil
<kouril@ics.muni.cz>
Thu, 19 Jan 2012 08:25:33 +0000
(08:25 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Thu, 19 Jan 2012 08:25:33 +0000
(08:25 +0000)
emi.canl.canl-c/src/canl_locl.h
patch
|
blob
|
blame
|
history
diff --git
a/emi.canl.canl-c/src/canl_locl.h
b/emi.canl.canl-c/src/canl_locl.h
index
b9b1d47
..
82b997b
100644
(file)
--- a/
emi.canl.canl-c/src/canl_locl.h
+++ b/
emi.canl.canl-c/src/canl_locl.h
@@
-59,7
+59,7
@@
typedef struct _cert_key_store {
typedef struct _glb_ctx
{
char * err_msg;
-
unsigned long
err_code;
+
canl_error_code
err_code;
canl_error_origin err_orig;
cert_key_store *cert_key;
} glb_ctx;