Mercurial > dropbear
diff buffer.h @ 1036:deed0571cacc
DROPBEAR_ prefix for include guards to avoid collisions
author | Thorsten Horstmann <thorsten.horstmann@web.de> |
---|---|
date | Tue, 24 Feb 2015 20:43:01 +0800 |
parents | ac2158e3e403 |
children | 16584026a1f0 |
line wrap: on
line diff
--- a/buffer.h Sat Feb 14 09:56:11 2015 +0800 +++ b/buffer.h Tue Feb 24 20:43:01 2015 +0800 @@ -22,9 +22,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef _BUFFER_H_ +#ifndef DROPBEAR_BUFFER_H_ -#define _BUFFER_H_ +#define DROPBEAR_BUFFER_H_ #include "includes.h" @@ -65,4 +65,4 @@ int buf_getmpint(buffer* buf, mp_int* mp); unsigned int buf_getint(buffer* buf); -#endif /* _BUFFER_H_ */ +#endif /* DROPBEAR_BUFFER_H_ */