summaryrefslogtreecommitdiff
path: root/beecrypt/rsapk.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-09-23 12:09:48 +0000
committerjbj <devnull@localhost>2001-09-23 12:09:48 +0000
commit0f7777894493527a5672d0ce09c4855e2b69495f (patch)
treeaf5511490946ca59d1abc0ae69696437bd73eac8 /beecrypt/rsapk.h
parent1eef0782f60f9d8d80be273ace982ad4c2a56d98 (diff)
downloadlibrpm-tizen-0f7777894493527a5672d0ce09c4855e2b69495f.tar.gz
librpm-tizen-0f7777894493527a5672d0ce09c4855e2b69495f.tar.bz2
librpm-tizen-0f7777894493527a5672d0ce09c4855e2b69495f.zip
More lclint annotations, now at the strict level with a complete program.
CVS patchset: 5069 CVS date: 2001/09/23 12:09:48
Diffstat (limited to 'beecrypt/rsapk.h')
-rw-r--r--beecrypt/rsapk.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/beecrypt/rsapk.h b/beecrypt/rsapk.h
index 2a527afa0..908584ae7 100644
--- a/beecrypt/rsapk.h
+++ b/beecrypt/rsapk.h
@@ -30,6 +30,8 @@
#include "mp32barrett.h"
+/**
+ */
typedef struct
{
mp32barrett n;
@@ -40,13 +42,21 @@ typedef struct
extern "C" {
#endif
-BEEDLLAPI
+/**
+ */
+BEEDLLAPI /*@unused@*/
int rsapkInit(rsapk* pk)
/*@modifies pk @*/;
-BEEDLLAPI
+
+/**
+ */
+BEEDLLAPI /*@unused@*/
int rsapkFree(rsapk* pk)
/*@modifies pk @*/;
-BEEDLLAPI
+
+/**
+ */
+BEEDLLAPI /*@unused@*/
int rsapkCopy(rsapk* dst, const rsapk* src)
/*@modifies dst @*/;