aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-28 18:29:15 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-28 18:29:15 +0000
commit6166422a1005e8a9136690a5c81cfbb12902ec63 (patch)
treec9cefe57383c0a849b8d5fada3fd587e6a5b32c5 /file.c
parent39b5e880ac06424bb3432ef62c012fa8c7c09753 (diff)
Pacify the build bot.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29222 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'file.c')
-rw-r--r--file.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/file.c b/file.c
index 5f7840e7d9..24efcaaae0 100644
--- a/file.c
+++ b/file.c
@@ -115,9 +115,9 @@ static void cf_open_failure_alert_box(const char *filename, int err,
static const char *file_rename_error_message(int err);
static void cf_write_failure_alert_box(const char *filename, int err);
static void cf_close_failure_alert_box(const char *filename, int err);
-
+#ifdef NEW_PACKET_LIST
static void ref_time_packets(capture_file *cf);
-
+#endif
/* Update the progress bar this many times when reading a file. */
#define N_PROGBAR_UPDATES 100
@@ -1900,7 +1900,7 @@ rescan_packets(capture_file *cf, const char *action, const char *action_item,
* without rereading the file.
* XXX - do we need a progres bar or is this fast enough?
*/
-
+#ifdef NEW_PACKET_LIST
static void
ref_time_packets(capture_file *cf)
{
@@ -1968,7 +1968,7 @@ ref_time_packets(capture_file *cf)
}
}
}
-
+#endif
typedef enum {
PSP_FINISHED,
PSP_STOPPED,