Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/nterm/conn.h

    ra62ceaf r01a7aa1  
    2727 */
    2828
    29 /** @addtogroup nterm
     29/** @addtogroup edit
    3030 * @{
    3131 */
     
    3939#include <sys/types.h>
    4040
    41 extern int conn_open(const char *);
     41extern int conn_open(const char *, const char *);
    4242extern int conn_send(void *, size_t);
    4343
Note: See TracChangeset for help on using the changeset viewer.