Unlock support

This commit is contained in:
Jim Norman
2006-01-04 23:49:07 +00:00
parent 7880ab744b
commit bed0ba9d0f
3 changed files with 43 additions and 2 deletions

View File

@@ -54,6 +54,8 @@ int GetItemInfo(char *keyring, int itemId, ItemInfo *info);
int GetAttributeList(char *keyring, int itemId, GList **);
int FreeAttributeList(GList *attrList);
int
UnlockRing(char *keyring, char *password);
int
SetItemAttributes (char *keyring, guint32 item_id, Attribute **attrs, int length);
int