Copy purify.fvwm2rc to /tmp - add instructions in README.
[fvwm.git] / modules / FvwmBacker / FvwmBacker.h
blob5ef7faaccafdef38db8eb3cba1930f516e335a02
1 /* -*-c-*- */
2 /* FvwmBacker Module for Fvwm.
4 * Copyright 1994, Mike Finger (mfinger@mermaid.micro.umn.edu or
5 * Mike_Finger@atk.com)
7 * The author makes not guarantees or warantees, either express or
8 * implied. Feel free to use any contained here for any purpose, as long
9 * and this and any other applicible copyrights are kept intact.
11 * The functions in this source file that are based on part of the FvwmIdent
12 * module for Fvwm are noted by a small copyright atop that function, all
13 * others are copyrighted by Mike Finger. For those functions modified/used,
14 * here is the full, original copyright:
16 * Copyright 1994, Robert Nation and Nobutaka Suzuki.
17 * No guarantees or warantees or anything
18 * are provided or implied in any way whatsoever. Use this program at your
19 * own risk. Permission to use this program for any purpose is given,
20 * as long as the copyright is kept intact. */
22 #include "libs/fvwmlib.h"
24 /* Function Prototypes */
26 void EndLessLoop(void);
27 void ReadFvwmPipe(void);
28 void ProcessMessage(unsigned long type, unsigned long *body);
29 RETSIGTYPE DeadPipe(int nonsense);
30 void ParseConfig(void);
31 int ParseConfigLine(char *line);
32 void AddCommand(char *line);