#include <netx25/x25_proto.h>
#include <netx25/x25db.h>
#include <netx25/config_functions.h>
int x25_save_link_parameters (
struct link_data * linkid
);
This function takes the information in the LINK_config_data structures and updates the X.25 configuration files as necessary.
The parameters are:
Table 8-23 x25_save_link_parameters parameters|
Parameter |
Description |
|---|---|
|
linkid |
A pointer to the address of a link_data structure, which is the first in a linked list. |
Returns 0 on success.