X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=disabled_protos.h;h=6bee1e6f7176853a7b95656a0f04f1e970bcc5a0;hb=de0d2c46c59783f1b32c908e517ee743af9e0e7d;hp=867f32f9afa520e0f4de47a32cf30d18d0a82953;hpb=b787dee8f7e112dcaf722273269a9dedd49a6797;p=obnox%2Fwireshark%2Fwip.git diff --git a/disabled_protos.h b/disabled_protos.h index 867f32f9af..6bee1e6f71 100644 --- a/disabled_protos.h +++ b/disabled_protos.h @@ -1,10 +1,10 @@ /* disabled_protos.h * Declarations of routines for reading and writing the disabled protocols file. * - * $Id: disabled_protos.h,v 1.1 2003/08/07 00:41:26 guy Exp $ + * $Id$ * - * Ethereal - Network traffic analyzer - * By Gerald Combs + * Wireshark - Network traffic analyzer + * By Gerald Combs * Copyright 1998 Gerald Combs * * @@ -40,8 +40,10 @@ typedef struct { * or "*read_errno_return" is set to the error if we got an error reading * the file. */ -void read_disabled_protos_list(char **pref_path_return, int *open_errno_return, - int *read_errno_return); +void read_disabled_protos_list(char **gpath_return, int *gopen_errno_return, + int *gread_errno_return, + char **path_return, int *open_errno_return, + int *read_errno_return); /* * Disable protocols as per the stored configuration