diff options
Diffstat (limited to 'src/emacs.h')
-rw-r--r-- | src/emacs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emacs.h b/src/emacs.h index 368c4c4d..fef7a882 100644 --- a/src/emacs.h +++ b/src/emacs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2013, John Wiegley. All rights reserved. + * Copyright (c) 2003-2015, John Wiegley. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -72,6 +72,7 @@ public: out.flush(); } virtual void operator()(post_t& post); + virtual string escape_string(string raw); }; } // namespace ledger |