[go: up one dir, main page]

Menu

[f2b791]: / src / shutdown.h  Maximize  Restore  History

Download this file

26 lines (19 with data), 392 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* $Id$
*
* Copyright (C) 1997-1999 Maciej Stachowiak and Greg J. Badros
*/
#ifndef SHUTDOWN_H
#define SHUTDOWN_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
void Done(int restart, char *command);
void SaveDesktopState(void);
void run_startup_hook();
#endif /* SHUTDOWN_H */
/* Local Variables: */
/* tab-width: 8 */
/* c-basic-offset: 2 */
/* End: */
/* vim:ts=8:sw=2:sta
*/