aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-10-18 23:18:23 +0000
committerGuy Harris <guy@alum.mit.edu>2012-10-18 23:18:23 +0000
commit9f5431f1d9474d1450df2a4be4908221709b7a1e (patch)
tree34dd0228ac6f3a941d3b49d7478274ac2470e882 /wiretap/wtap-int.h
parente0e8d220b7957288f0b666fe789d44556ca3ce94 (diff)
Wrap lines a little differently.
svn path=/trunk/; revision=45654
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 2770dd7bc2..a52b228baa 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -42,8 +42,9 @@
int wtap_fstat(wtap *wth, ws_statb64 *statb, int *err);
typedef gboolean (*subtype_read_func)(struct wtap*, int*, char**, gint64*);
-typedef gboolean (*subtype_seek_read_func)(struct wtap*, gint64, struct wtap_pkthdr *,
- guint8*, int, int *, char **);
+typedef gboolean (*subtype_seek_read_func)(struct wtap*, gint64,
+ struct wtap_pkthdr *, guint8*,
+ int, int *, char **);
/**
* Struct holding data of the currently read file.
*/