|
@@ -36,11 +36,11 @@ int raw_dcc_send(char *, char *, char *, int *);
|
|
|
#define TRANSFER_REGET_PACKETID 0xfeab
|
|
#define TRANSFER_REGET_PACKETID 0xfeab
|
|
|
|
|
|
|
|
typedef struct {
|
|
typedef struct {
|
|
|
- u_32bit_t byte_offset; /* Number of bytes to skip relative to
|
|
|
|
|
|
|
+ uint32_t byte_offset; /* Number of bytes to skip relative to
|
|
|
the file beginning */
|
|
the file beginning */
|
|
|
- u_16bit_t packet_id; /* Identification ID, should be equal
|
|
|
|
|
|
|
+ uint16_t packet_id; /* Identification ID, should be equal
|
|
|
to TRANSFER_REGET_PACKETID */
|
|
to TRANSFER_REGET_PACKETID */
|
|
|
- u_8bit_t byte_order; /* Byte ordering, see byte_order_test() */
|
|
|
|
|
|
|
+ uint8_t byte_order; /* Byte ordering, see byte_order_test() */
|
|
|
} transfer_reget;
|
|
} transfer_reget;
|
|
|
#endif /* MAKING_TRANSFER */
|
|
#endif /* MAKING_TRANSFER */
|
|
|
|
|
|