Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
lurch
Commits
46f89cff
Commit
46f89cff
authored
Jun 07, 2017
by
Olivier Mehani
Browse files
Split out plugin description in header file
Signed-off-by:
Olivier Mehani
<
shtrom@ssji.net
>
parent
283a6f28
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lurch.c
View file @
46f89cff
...
...
@@ -25,6 +25,8 @@
#include "axc.h"
#include "axc_store.h"
#include "lurch.h"
#ifdef _WIN32
#define strnlen(a, b) (MIN(strlen(a), (b)))
#endif
...
...
@@ -2744,11 +2746,11 @@ static PurplePluginInfo info = {
"core-riba-lurch"
,
"lurch"
,
"0.6.5"
,
LURCH_VERSION
,
"Implements OMEMO for libpurple."
,
"End-to-end encryption using the Signal protocol, adapted for XMPP."
,
"Richard Bayerle <riba@firemail.cc>"
,
LURCH_AUTHOR
,
"https://github.com/gkdr/lurch"
,
lurch_plugin_load
,
...
...
src/lurch.h
0 → 100644
View file @
46f89cff
#ifndef __LURCH_H
# define __LURCH_H
# define LURCH_VERSION "0.6.5"
# define LURCH_AUTHOR "Richard Bayerle <riba@firemail.cc>"
#endif
/* __LURCH_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment