Changeset 14
- Timestamp:
- 07/27/07 13:13:31
(1 year ago)
- Author:
- tmiller
- Message:
correct return value
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r10 |
r14 |
|
| 9 | 9 | #include <sipc/sipc.h> |
|---|
| 10 | 10 | .HP 20 |
|---|
| 11 | | int\ \fBsipc_error\fR\ (sipc_t\ \fI*sipc\fR, char\ \fI*format\fR, ...); |
|---|
| | 11 | void\ \fBsipc_error\fR\ (sipc_t\ \fI*sipc\fR, char\ \fI*format\fR, ...); |
|---|
| 12 | 12 | .ad |
|---|
| 13 | 13 | .hy |
|---|
| … | … | |
| 16 | 16 | This function recognizes \fBprintf(3)\fR style format strings. |
|---|
| 17 | 17 | .SH "RETURN VALUE" |
|---|
| 18 | | This function returns 0 on success, \-1 on error. |
|---|
| | 18 | This function has no return value. |
|---|
| 19 | 19 | .SH "SEE ALSO" |
|---|
| 20 | 20 | \fBsipc_send_data(3)\fR, \fBsipc_connect(3)\fR, \fBsipc_disconnect(3)\fR. |
|---|
Download in other formats:
* Generating other formats may take time.