summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/MESA_jump_layer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/MESA_jump_layer.h b/inc/MESA_jump_layer.h
index 5356f6a..d15578b 100644
--- a/inc/MESA_jump_layer.h
+++ b/inc/MESA_jump_layer.h
@@ -16,9 +16,9 @@ const char *MESA_jump_layer_get_last_error(void);
/*
The raw_layer_type and expect_layer_type refer to sapp_base.h->enum addr_type_t
*/
-const void *MESA_net_jump_to_layer(const void *raw_data, int raw_layer_type, int expect_layer_type);
+const void *MESA_jump_layer(const void *raw_data, int raw_layer_type, int expect_layer_type);
-const void *MESA_net_jump_to_layer_greedy(const void *raw_data, int raw_layer_type, int expect_layer_type);
+const void *MESA_jump_layer_greedy(const void *raw_data, int raw_layer_type, int expect_layer_type);
const char *MESA_jump_layer_ipv4_ntop(const struct ip *ip4_hdr, char *out_buf, int buf_len );