| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> |
| 3 * All rights reserved. | 3 * All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * 1. Redistributions of source code must retain the above copyright | 8 * 1. Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * 2. Redistributions in binary form must reproduce the above copyright | 10 * 2. Redistributions in binary form must reproduce the above copyright |
| (...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1203 char **pstring); | 1203 char **pstring); |
| 1204 | 1204 |
| 1205 int evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag, | 1205 int evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint32_t need_tag, |
| 1206 struct timeval *ptv); | 1206 struct timeval *ptv); |
| 1207 | 1207 |
| 1208 #ifdef __cplusplus | 1208 #ifdef __cplusplus |
| 1209 } | 1209 } |
| 1210 #endif | 1210 #endif |
| 1211 | 1211 |
| 1212 #endif /* _EVENT_H_ */ | 1212 #endif /* _EVENT_H_ */ |
| OLD | NEW |