fped.h 514 B

123456789101112131415161718192021222324
  1. /*
  2. * fped.h - Things fped.c exports
  3. *
  4. * Written 2010, 2012 by Werner Almesberger
  5. * Copyright 2010, 2012 by Werner Almesberger
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or
  10. * (at your option) any later version.
  11. */
  12. #ifndef FPED_H
  13. #define FPED_H
  14. extern char *save_file_name;
  15. extern int no_save;
  16. void reload(void);
  17. #endif /* !FPED_H */