Solstice X.25 9.2 Developer's Guide

8.22 x25_save_link_parameters--Update Configuration Files

Synopsis
#include <netx25/x25_proto.h>
 #include <netx25/x25db.h>
 #include <netx25/config_functions.h>

    int x25_save_link_parameters (
      struct link_data * linkid
  );
Description

This function takes the information in the LINK_config_data structures and updates the X.25 configuration files as necessary.

Arguments

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.

Return Values

Returns 0 on success.