diff options
author | Elias Norberg <xyzzy@kudzu.se> | 2013-01-29 22:04:32 +0100 |
---|---|---|
committer | Elias Norberg <xyzzy@kudzu.se> | 2013-01-29 22:04:32 +0100 |
commit | 604bc1ec8e04043a1879322b791e92a8742e7b6b (patch) | |
tree | 227d1d7dc5c68d907b4f096babe8b4968a18f2a2 /src/editor.h | |
parent | 5b12b5d14a9618889ff9b5b538b4c51418b3b317 (diff) | |
parent | 88c83fc2e0025e1df372f8b5b9ce649218d5f788 (diff) | |
download | dwb-604bc1ec8e04043a1879322b791e92a8742e7b6b.zip |
Merge branch 'master' of hg::https://bitbucket.org/portix/dwb
Diffstat (limited to 'src/editor.h')
-rw-r--r-- | src/editor.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/editor.h b/src/editor.h new file mode 100644 index 00000000..634cdeb3 --- /dev/null +++ b/src/editor.h @@ -0,0 +1,24 @@ +/* + * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net> + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + +#ifndef EDITOR_H +#define EDITOR_H + +DwbStatus editor_open(void); + +#endif |