dostools flag
This commit is contained in:
3
c32ncp.c
3
c32ncp.c
@@ -1,8 +1,7 @@
|
||||
/* c32ncp.c - Client32 NCP helpers for mars-dosutils */
|
||||
|
||||
#include "net.h"
|
||||
#include "c32ncp.h"
|
||||
|
||||
/* c32ncp.c - Client32 NCP helpers for mars-dosutils */
|
||||
static void c32_put_word_lh(uint8 *p, uint16 v)
|
||||
{
|
||||
p[0] = (uint8)(v & 0xff);
|
||||
|
||||
3
c32ncp.h
3
c32ncp.h
@@ -2,9 +2,6 @@
|
||||
|
||||
#ifndef C32NCP_H
|
||||
#define C32NCP_H
|
||||
|
||||
#include "net.h"
|
||||
|
||||
int c32_get_ncp_handle(uint16 *handle_lo, uint16 *handle_hi);
|
||||
|
||||
int c32_ncp87_obtain_rim_attributes(const char *name,
|
||||
|
||||
Reference in New Issue
Block a user