aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-11-03 20:51:19 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-11-03 20:51:19 +0000
commitbdcdec560c5546529b1c97a6952b83d68ac2fe1e (patch)
tree29923a65040636f88e25ea469c0acf9d3913b54d /epan/epan.h
parent2e6f4fafd4de38817d1359a165b17b41c10a144a (diff)
Manually revert r45669
svn path=/trunk/; revision=45884
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/epan.h b/epan/epan.h
index 122111f7cd..492980b7dd 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -174,10 +174,6 @@ epan_dissect_cleanup(epan_dissect_t* edt);
void
epan_dissect_free(epan_dissect_t* edt);
-/** reset edt for next packet dissection */
-void
-epan_dissect_reset(epan_dissect_t *edt);
-
/** Sets custom column */
const gchar *
epan_custom_set(epan_dissect_t *edt, int id, gint occurrence,