diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-10 12:57:07 +0100 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-16 11:39:19 +0100 |
| commit | 41538948ce1701174db9621d41abb3b7701d61ff (patch) | |
| tree | d714ed239e62925a3c7f17ede6b22007030daedd | |
| parent | 65b94cc1f5b3d169647703950a707b4efc7c1f81 (diff) | |
| download | lasso-41538948ce1701174db9621d41abb3b7701d61ff.tar.gz lasso-41538948ce1701174db9621d41abb3b7701d61ff.tar.xz lasso-41538948ce1701174db9621d41abb3b7701d61ff.zip | |
[core] mark private_data field of the LassoKey structure as private
| -rw-r--r-- | lasso/key.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/key.h b/lasso/key.h index ae9c4c27..c459b20a 100644 --- a/lasso/key.h +++ b/lasso/key.h @@ -55,6 +55,7 @@ typedef enum _LassoKeyType { struct _LassoKey { LassoNode parent; + /*< private >*/ LassoKeyPrivate *private_data; }; |
