Make camins_read_packet static.

svn path=/trunk/; revision=50671
This commit is contained in:
Chris Maynard 2013-07-16 16:24:28 +00:00
parent 91ecc2334f
commit bd0dbc23ca
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ create_pseudo_hdr(guint8 *buf, guint8 dat_trans_type, guint16 dat_len)
}
gboolean
static gboolean
camins_read_packet(FILE_T fh, struct wtap_pkthdr *phdr, Buffer *buf,
int *err, gchar **err_info)
{