Changes in uspace/app/nterm/conn.h [a62ceaf:01a7aa1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nterm/conn.h
ra62ceaf r01a7aa1 27 27 */ 28 28 29 /** @addtogroup nterm29 /** @addtogroup edit 30 30 * @{ 31 31 */ … … 39 39 #include <sys/types.h> 40 40 41 extern int conn_open(const char * );41 extern int conn_open(const char *, const char *); 42 42 extern int conn_send(void *, size_t); 43 43
Note:
See TracChangeset
for help on using the changeset viewer.