"Fossies" - the Fresh Open Source Software archive 
Member "treeps-1.2.4/src/proc_driver.h" of archive treeps-1.2.4.tar.gz:
/* File: proc_driver.h
*
* Description: Include file for the /proc driver module.
*
* Author: George MacDonald
*
* Copyright: Copyright (c) 2002, Pulsar Software Inc.
* All Rights Reserved, Unpublished rights reserved.
*
* History: George MacDonald 01/12/2002 Created
*
*
*/
/* ----------------------- /proc routines ----------------- */
#ifndef PROC_DRIVERH
#define PROC_DRIVERH
extern int proc_get_machine_status();
extern int proc_init_pid_scanner();
extern int proc_get_first_pid();
extern int proc_get_next_pid();
extern int proc_close_pid_scanner();
extern int proc_cleanup_pid_scanner();
extern int proc_cache_process_details();
extern int proc_get_pid_main_details();
extern int proc_get_pid_extra_details();
extern int proc_release_process_details();
#endif