diff options
Diffstat (limited to 'plugins/New_GPG/src/main.h')
-rwxr-xr-x | plugins/New_GPG/src/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/New_GPG/src/main.h b/plugins/New_GPG/src/main.h index fd0d688c6b..096eca802a 100755 --- a/plugins/New_GPG/src/main.h +++ b/plugins/New_GPG/src/main.h @@ -22,6 +22,8 @@ struct contact_data string key_in_prescense; }; +void ImportKey(MCONTACT hContact, std::wstring new_key); + #endif |