summaryrefslogtreecommitdiff
path: root/nuttx/net/local/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/local/local.h')
-rw-r--r--nuttx/net/local/local.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/net/local/local.h b/nuttx/net/local/local.h
index 44a5b2409..7b5356f37 100644
--- a/nuttx/net/local/local.h
+++ b/nuttx/net/local/local.h
@@ -502,7 +502,8 @@ int local_create_fifos(FAR struct local_conn_s *conn);
*
****************************************************************************/
-int local_create_halfduplex(FAR struct local_conn_s *conn);
+int local_create_halfduplex(FAR struct local_conn_s *conn,
+ FAR const char *path);
/****************************************************************************
* Name: local_destroy_fifos
@@ -582,7 +583,7 @@ int local_open_receiver(FAR struct local_conn_s *conn);
*
****************************************************************************/
-int local_open_sender(FAR struct local_conn_s *conn, FAR char *path);
+int local_open_sender(FAR struct local_conn_s *conn, FAR const char *path);
#undef EXTERN
#ifdef __cplusplus