summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-20 14:57:09 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-20 14:57:09 +0300
commit5f9685010addd4a0f04c13f889856084381dd1c6 (patch)
treec29aecfd36da1ac0c3608fe9969841643ed5ca95 /src/defs.h
parentb8c07107fa332651cf2281fe8d2f90dfc122b588 (diff)
Added GmTypesetter
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index 71719f7a..0da404bf 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -24,6 +24,12 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
24 24
25#include "lang.h" 25#include "lang.h"
26 26
27enum iSourceFormat {
28 undefined_SourceFormat = -1,
29 gemini_SourceFormat = 0,
30 plainText_SourceFormat,
31};
32
27enum iFileVersion { 33enum iFileVersion {
28 initial_FileVersion = 0, 34 initial_FileVersion = 0,
29 addedResponseTimestamps_FileVersion = 1, 35 addedResponseTimestamps_FileVersion = 1,