1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-06-30 22:42:17 +03:00
fped/fped.h

21 lines
481 B
C
Raw Normal View History

/*
* fped.h - Things fped.c exports
*
* Written 2010 by Werner Almesberger
* Copyright 2010 by Werner Almesberger
*
* 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;
#endif /* !FPED_H */