aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2022-06-29 11:03:44 +0200
committerRoland Knall <rknall@gmail.com>2022-06-29 09:31:09 +0000
commit505226d1e2d1043652237b8944581b75abc47c56 (patch)
tree53fb3d32ee87b80c03690e6ce6c47ba7e8e65401 /file.c
parent94c439f603bdba9c2d77ae20578c946a3dec905e (diff)
Ui: Centralize PacketList helper prototypes
To implement loading a packet list, a lot of helper methods are required. Those prototypes where split up over two places and have been moved to packet_list_utils.h to ensure a single place for lookup
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index c2aa23f754..368084ef0f 100644
--- a/file.c
+++ b/file.c
@@ -55,6 +55,7 @@
#include "ui/progress_dlg.h"
#include "ui/urls.h"
#include "ui/ws_ui_util.h"
+#include "ui/packet_list_utils.h"
/* Needed for addrinfo */
#include <sys/types.h>