comparison loginrec.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 939944f0fca9
children 1ed6f39e8aa4
comparison
equal deleted inserted replaced
1022:4121ca987e6a 1036:deed0571cacc
1 #ifndef _HAVE_LOGINREC_H_ 1 #ifndef DROPBEAR_HAVE_LOGINREC_H_
2 #define _HAVE_LOGINREC_H_ 2 #define DROPBEAR_HAVE_LOGINREC_H_
3 3
4 /* 4 /*
5 * Copyright (c) 2000 Andre Lucas. All rights reserved. 5 * Copyright (c) 2000 Andre Lucas. All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
180 /* produce various forms of the line filename */ 180 /* produce various forms of the line filename */
181 char *line_fullname(char *dst, const char *src, size_t dstsize); 181 char *line_fullname(char *dst, const char *src, size_t dstsize);
182 char *line_stripname(char *dst, const char *src, size_t dstsize); 182 char *line_stripname(char *dst, const char *src, size_t dstsize);
183 char *line_abbrevname(char *dst, const char *src, size_t dstsize); 183 char *line_abbrevname(char *dst, const char *src, size_t dstsize);
184 184
185 #endif /* _HAVE_LOGINREC_H_ */ 185 #endif /* DROPBEAR_HAVE_LOGINREC_H_ */