diff options
author | Omar Rizwan <omar.rizwan@gmail.com> | 2020-10-21 15:53:27 -0700 |
---|---|---|
committer | Omar Rizwan <omar.rizwan@gmail.com> | 2020-10-21 15:53:27 -0700 |
commit | 64bd1f3948e2ce57a1fb26196019855727290465 (patch) | |
tree | 1d6f25527f8f6ce9bc2d9d793a6b8afce92de2c9 /fs/ws.h | |
parent | 09291ea6bc9b1cdea9e1cae918c035bcdb7edf9c (diff) |
fs: Attempt to switch to native messaging. It relays 1 message ok!
Diffstat (limited to 'fs/ws.h')
-rw-r--r-- | fs/ws.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/ws.h b/fs/ws.h deleted file mode 100644 index fad2c63..0000000 --- a/fs/ws.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef WS_H -#define WS_H - -void *websocket_main(void *threadid); - -#endif |