comparison mcabber/src/pgp.h @ 1413:f89844a0448a

Remove useless inlines
author Mikael Berthe <mikael@lilotux.net>
date Sat, 19 Jan 2008 12:09:00 +0100
parents d4b97a2423eb
children
comparison
equal deleted inserted replaced
1412:0e1ef9597420 1413:f89844a0448a
20 20
21 int gpg_test_passphrase(void); 21 int gpg_test_passphrase(void);
22 22
23 #endif /* HAVE_GPGME */ 23 #endif /* HAVE_GPGME */
24 24
25 inline int gpg_enabled(void); 25 int gpg_enabled(void);
26 26
27 #endif /* __PGP_H__ */ 27 #endif /* __PGP_H__ */
28 28
29 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 29 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */