|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.50.2.1, 2012/04/17 00:05:18 | version 1.50.2.2, 2012/10/30 18:58:45 | ||
|---|---|---|---|
|
|
||
| * 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; |