FT_CHAR is an integral type, so list it in the diagnostic message.
[metze/wireshark/wip.git] / frame_tvbuff.h
index 0e1352cf1c1122822f73ad6652a062588eb8bc2d..3f906e9b412ceb51996867a941d24dc9518ca65f 100644 (file)
@@ -1,8 +1,6 @@
 /* frame_tvbuff.h
  * Implements a tvbuff for frame
  *
- * $Id$
- *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
@@ -44,3 +42,16 @@ extern tvbuff_t *file_tvbuff_new_buffer(const frame_data *fd, Buffer *buf);
 #endif /* __cplusplus */
 
 #endif /* __FRAME_TVBUFF_H__ */
+
+/*
+ * Editor modelines  -  http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 8
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
+ */