the reader now controls the PGF version

This commit is contained in:
krangelov
2021-09-12 08:26:05 +02:00
parent a7f00a4e84
commit f1e1564228
3 changed files with 10 additions and 2 deletions

View File

@@ -40,6 +40,9 @@
#include<stdint.h>
#include <sys/types.h>
#define PGF_MAJOR_VERSION 2
#define PGF_MINOR_VERSION 1
/* A generic structure to store text. The last field is variable length */
typedef struct {
size_t size;