summaryrefslogtreecommitdiff
path: root/common/soa.h
blob: ca842e314a704151b054da28ca3489d9802b0968 (plain)
1
2
3
4
5
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_*/