diff options
Diffstat (limited to 'qbuffers.h')
-rw-r--r-- | qbuffers.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -116,6 +116,8 @@ public: class StateFile : public StateExpectString { private: + void do_edit(const gchar *filename); + State *done(const gchar *str); }; |