Ethereal-dev: Re: [Ethereal-dev] [PATCH] fixes for README.plugins

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 19 Jul 2002 02:34:53 -0700
On Fri, Jul 19, 2002 at 09:45:09AM +0100, Richard Urwin wrote:
> Some patches for README.plugins:

Checked in.

> 25a26
> > #include <gmodule.h>

A "diff -c" or a "diff -u" would be better than a regular "diff" such as
this, as the context allows it to be more safely applied even if the
file has changed since the diff was made.

> 33a35,39
> > #include "plugins/plugin_api_defs.h"
> > Only include this in one source file if you have more than one. It
> defines,
> > (as opposed to declares,) the function pointer variables that the plugin
> uses

It appears that your mailer split those lines, so I had to put them back
together in order to apply the patch.

If patches are sent as attachments, they're more likely to be left alone
by mail software.