aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-28 18:29:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-28 18:29:15 +0000
commitd4caa4ec5035ab2ba3fd1f1d7f32e820e9f11c44 (patch)
treec9cefe57383c0a849b8d5fada3fd587e6a5b32c5 /file.c
parent507deea5cdc8173e70d9494376c300b760fbe40d (diff)
Pacify the build bot.
svn path=/trunk/; revision=29222
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,