2010-04-20 04:11:45 +03:00
|
|
|
/*
|
|
|
|
* fped.h - Things fped.c exports
|
|
|
|
*
|
2012-08-21 07:59:46 +03:00
|
|
|
* Written 2010, 2012 by Werner Almesberger
|
|
|
|
* Copyright 2010, 2012 by Werner Almesberger
|
2010-04-20 04:11:45 +03:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef FPED_H
|
|
|
|
#define FPED_H
|
|
|
|
|
|
|
|
extern char *save_file_name;
|
|
|
|
extern int no_save;
|
|
|
|
|
2012-08-21 07:59:46 +03:00
|
|
|
|
|
|
|
void reload(void);
|
|
|
|
|
2010-04-20 04:11:45 +03:00
|
|
|
#endif /* !FPED_H */
|