diff options
Diffstat (limited to 'common/soa.h')
-rw-r--r-- | common/soa.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/soa.h b/common/soa.h new file mode 100644 index 0000000..ca842e3 --- /dev/null +++ b/common/soa.h @@ -0,0 +1,6 @@ +#ifndef SOA_H_ +#define SOA_H_ + +int soa_serial_increment (const char *old_soa, char *new_soa, unsigned int new_len); + +#endif /*SOA_H_*/ |