diff options
Diffstat (limited to 'extensions/acl_wl/acl_wl.h')
| -rw-r--r-- | extensions/acl_wl/acl_wl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/acl_wl/acl_wl.h b/extensions/acl_wl/acl_wl.h index 8606c2a..56ae203 100644 --- a/extensions/acl_wl/acl_wl.h +++ b/extensions/acl_wl/acl_wl.h @@ -2,7 +2,7 @@ * Software License Agreement (BSD License) * * Author: Sebastien Decugis <sdecugis@freediameter.net> * * * -* Copyright (c) 2011, WIDE Project and NICT * +* Copyright (c) 2019, WIDE Project and NICT * * All rights reserved. * * * * Redistribution and use of this software in source and binary forms, with or without modification, are * @@ -43,6 +43,8 @@ #include <freeDiameter/extension.h> +extern struct fd_list tree_root; + /* Parse the configuration file */ int aw_conf_handle(char * conffile); |
