diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index d8f90b03f..9a3335d0a 100644 --- a/src/main.h +++ b/src/main.h @@ -113,6 +113,13 @@ struct save_point { guint saved; /**< how much time we have delayed processing */ }; +/** + * Structure to point exception in text from processing + */ +struct process_exception { + gsize pos; + gsize len; +}; /** * Union that would be used for storing sockaddrs |