commit | 0fd2d50c59fb865a9e1615af352ea3a828b782f2 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Fri Dec 20 14:27:24 2024 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Fri Dec 20 14:27:24 2024 -0700 |
tree | 01f25305fc2feff3f873620cbefd3b42b92a7119 | |
parent | b6c7da4df9df7a7bf7f3376ea1894822cf42a9e5 [diff] [blame] |
Split encode source/header files into three
diff --git a/example.c b/example.c index 99944ff..a336004 100644 --- a/example.c +++ b/example.c
@@ -13,7 +13,8 @@ #include <stdio.h> #include "example.h" -#include "qcbor/qcbor_encode.h" +#include "qcbor/qcbor_main_encode.h" +#include "qcbor/qcbor_number_encode.h" #include "qcbor/qcbor_main_decode.h" #include "qcbor/qcbor_spiffy_decode.h" #include "qcbor/qcbor_number_decode.h"