Root/
| 1 | /* |
| 2 | * gui/gui.h - GUI for eeshow |
| 3 | * |
| 4 | * Written 2016 by Werner Almesberger |
| 5 | * Copyright 2016 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 | |
| 13 | #ifndef GUI_GUI_H |
| 14 | #define GUI_GUI_H |
| 15 | |
| 16 | #include <stdbool.h> |
| 17 | |
| 18 | #include "kicad/ext.h" |
| 19 | |
| 20 | |
| 21 | int gui(const struct file_names *fn, bool recurse, int limit); |
| 22 | |
| 23 | #endif /* !GUI_GUI_H */ |
| 24 |
Branches:
master
