NAME

ieee1284_free_ports - safely deallocate a port list

SYNOPSIS

#include <ieee1284.h>
void ieee1284_free_ports(struct parport_list *list);

DESCRIPTION

When the port list will no longer be used, the program should call ieee1284_free_ports giving it a pointer to the parport_list structure that holds the list of ports returned by ieee1284_find_ports(3). The ports are reference counted with the ieee1284_open and ieee1284_close functions, and so the port list may be freed even if it contains pointers to ports that are still open.

AUTHOR

Tim Waugh <[email protected]>
 
Author.
Copyright © 2001-2003 Tim Waugh
 
 

Recommended readings

Pages related to ieee1284_free_ports you should read also:

Questions & Answers

Helpful answers and articles about ieee1284_free_ports you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search