prefix header guard names with ANI_
Dependencies
- [2]
DRK7G22JAdd header guard to commands.h - [3]
YG4DZB3Aadd representation of hash, decode dependencies - [4]
FB67XX5Eadd argument parsing setup - [5]
Y26WT3ZFchange: decode message, description and timestamp - [6]
4RYULBDDbincode: introduce a bincode_state struct - [7]
VKLGQREYchange: add base32 decode, initial deconstruction of hashed - [8]
XTKRT6OQformat the codebase - [9]
Q7TKZCJPAdd initial support for reading the offsets from a (fixed) change - [10]
DKX3RO3Lbase32: Add encoding of hashes, print base32-encoded hashes
Change contents
- replacement in scaffold.h at line 1
#ifndef SCAFFOLD_H#define SCAFFOLD_H#ifndef ANI_SCAFFOLD_H#define ANI_SCAFFOLD_H - replacement in macros.h at line 1
#ifndef MACROS_H#define MACROS_H#ifndef ANI_MACROS_H#define ANI_MACROS_H - replacement in hash.h at line 1
#ifndef HASH_H#define HASH_H#ifndef ANI_HASH_H#define ANI_HASH_H - replacement in commands.h at line 1
#ifndef COMMANDS_H#define COMMANDS_H#ifndef ANI_COMMANDS_H#define ANI_COMMANDS_H - replacement in change.h at line 1
#ifndef CHANGE_H#define CHANGE_H#ifndef ANI_CHANGE_H#define ANI_CHANGE_H - replacement in bincode.h at line 1
#ifndef BINCODE_H#define BINCODE_H#ifndef ANI_BINCODE_H#define ANI_BINCODE_H - replacement in base32.h at line 1
#ifndef BASE32_H#define BASE32_H#ifndef ANI_BASE32_H#define ANI_BASE32_H