diff options
author | Stef Walter <stef@memberwebs.com> | 2008-06-09 17:22:43 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-06-09 17:22:43 +0000 |
commit | b9ecd6e5e5b87fe1c4dab960e92246772002dd6a (patch) | |
tree | eb05eb48888e391678fa706ec5f62b012df2456e /common/soa.h | |
parent | 3add3c0e19b659427a2624ec85daf67019b8ed7f (diff) |
Merge the two dns plugins
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_*/ |