Changeset 9c77fbf for lib/misc.c
- Timestamp:
- 2012-09-22T12:47:55Z (12 years ago)
- Branches:
- master
- Children:
- 6bef211
- Parents:
- c6fc24a (diff), 11ec078 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/misc.c
rc6fc24a r9c77fbf 730 730 } 731 731 732 char *get_rfc822_header( c har *text,char *header, int len )732 char *get_rfc822_header( const char *text, const char *header, int len ) 733 733 { 734 734 int hlen = strlen( header ), i; 735 c har *ret;735 const char *ret; 736 736 737 737 if( text == NULL )
Note: See TracChangeset
for help on using the changeset viewer.