File: prefop.h

package info (click to toggle)
manedit 0.8.1-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,488 kB
  • ctags: 2,910
  • sloc: ansic: 49,339; cpp: 3,562; sh: 690; makefile: 80
file content (16 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
	 Manual Page Editor Preferences & Options Window: Operations
 */

#ifndef PREFOP_H
#define PREFOP_H

#include <gtk/gtk.h>
#include "pref.h"


extern void PrefDoApply(pref_struct *pref);
extern void PrefDoFetch(pref_struct *pref);


#endif	/* PREFOP_H */