mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
rename wifi_web -> web
This commit is contained in:
parent
08c5220bc4
commit
a3e4693e6e
@ -101,7 +101,7 @@ extern "C" {
|
||||
|
||||
#include "switch/applets/libapplet.h"
|
||||
#include "switch/applets/swkbd.h"
|
||||
#include "switch/applets/web_wifi.h"
|
||||
#include "switch/applets/web.h"
|
||||
|
||||
#include "switch/runtime/env.h"
|
||||
#include "switch/runtime/nxlink.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file web_wifi.h
|
||||
* @file web.h
|
||||
* @brief Wrapper for using the WifiWebAuthApplet LibraryApplet.
|
||||
* @author p-sam
|
||||
* @copyright libnx Authors
|
@ -4,7 +4,7 @@
|
||||
#include "result.h"
|
||||
#include "services/applet.h"
|
||||
#include "applets/libapplet.h"
|
||||
#include "applets/web_wifi.h"
|
||||
#include "applets/web.h"
|
||||
|
||||
static void _webWifiUrlCreate(WebWifiPageArgUrl* argUrl, const char* url) {
|
||||
strncpy(argUrl->url, url, sizeof(argUrl->url)-1);
|
Loading…
Reference in New Issue
Block a user