#ifndef _apm_read_h_ #define _apm_read_h_ /* * asapm is the APM (Advanced Power Management) monitor utility for X Windows * Copyright (c) 1998 Albert Dorofeev * For the updates see http://bewoner.dma.be/Albert/linux/ * * This software is distributed under GPL. For details see LICENSE file. */ #include "state.h" void CheckAPMEvents(); #endif