view mcabber/src/help.h @ 1054:082d55152a25

PGP: Improve pgp_verify() Sometimes the summary is 0 and the status is 0. According to the gpgme reference manual, status=0 means the signature is valid.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 27 Nov 2006 21:40:26 +0100
parents cefdaeb42e67
children 2de8f8ba1f34
line wrap: on
line source

#ifndef __HELP_H__
#define __HELP_H__ 1

int help_process(char *string);

#endif /* __HELP_H__ */