X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ap-gl%2Fauth_mac.c;h=edcd20f4ddd09b1e7cf0a59904174d34657f7c0f;hb=refs%2Ftags%2Fupstream%2F1.5.pre1;hp=5a343361813fc387a7235dd5965d87af8e3d6901;hpb=67fc54773e1504698e80c9cb83977bde32665350;p=ap-utils.git diff --git a/ap-gl/auth_mac.c b/ap-gl/auth_mac.c index 5a34336..edcd20f 100644 --- a/ap-gl/auth_mac.c +++ b/ap-gl/auth_mac.c @@ -22,7 +22,6 @@ #include #include #include "ap-utils.h" -#include "ap-curses.h" #define MAX_LINES LINES-6 #define PACKET_ERROR _("AuthorizedMacTableString packet error") @@ -125,7 +124,7 @@ void atmel_auth_mac() print_helperr(ERR_RET); goto exit; } - print_title(MAC_TITLE); + print_top(NULL, MAC_TITLE); auth_mac = *(varbinds[0].value); memcpy(&radius_ip.s_addr, varbinds[1].value, 4); @@ -466,6 +465,6 @@ choose_view: } if (AuthMac) free(AuthMac); - print_title(""); + print_top(NULL, NULL); clear_main(0); }