Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: wanrouter.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
/*
[1] Fix | Delete
* wanrouter.h Legacy declarations kept around until X25 is removed
[2] Fix | Delete
*/
[3] Fix | Delete
[4] Fix | Delete
#ifndef _ROUTER_H
[5] Fix | Delete
#define _ROUTER_H
[6] Fix | Delete
[7] Fix | Delete
/* 'state' defines */
[8] Fix | Delete
enum wan_states
[9] Fix | Delete
{
[10] Fix | Delete
WAN_UNCONFIGURED, /* link/channel is not configured */
[11] Fix | Delete
WAN_DISCONNECTED, /* link/channel is disconnected */
[12] Fix | Delete
WAN_CONNECTING, /* connection is in progress */
[13] Fix | Delete
WAN_CONNECTED /* link/channel is operational */
[14] Fix | Delete
};
[15] Fix | Delete
[16] Fix | Delete
#endif /* _ROUTER_H */
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function