|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.51, 2012/03/13 21:13:35 | version 1.52, 2012/06/04 20:56:40 | ||
|---|---|---|---|
|
|
||
| * return NULL. | * return NULL. | ||
| */ | */ | ||
| char * | char * | ||
| cgetcap(buf, cap, type) | cgetcap(char *buf, const char *cap, int type) | ||
| char *buf; | |||
| const char *cap; | |||
| int type; | |||
| { | { | ||
| char *bp; | char *bp; | ||
| const char *cp; | const char *cp; |