diff options
author | jaortega <jaortega> | 2001-03-09 00:14:21 +0000 |
---|---|---|
committer | jaortega <jaortega> | 2001-03-09 00:14:21 +0000 |
commit | c532202e4d9c4707cc8708b50607f246f359aac3 (patch) | |
tree | 2293b67b3be8cc49eb0829ffede6c60468feee41 /mixlib/xmix_device.h | |
parent | 13884bea299129048c1912510292d1207f520323 (diff) | |
download | mdk-c532202e4d9c4707cc8708b50607f246f359aac3.tar.gz mdk-c532202e4d9c4707cc8708b50607f246f359aac3.tar.bz2 |
partial gui functionality implemented
Diffstat (limited to 'mixlib/xmix_device.h')
-rw-r--r-- | mixlib/xmix_device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mixlib/xmix_device.h b/mixlib/xmix_device.h index c3e8a88..45fd7d3 100644 --- a/mixlib/xmix_device.h +++ b/mixlib/xmix_device.h @@ -1,7 +1,7 @@ /* -*-c-*- ---------------- xmix_device.h : * Protected declarations for mix_device_t * ------------------------------------------------------------------ - * Last change: Time-stamp: <01/03/02 00:30:56 jose> + * Last change: Time-stamp: <01/03/02 01:15:22 jose> * ------------------------------------------------------------------ * Copyright (C) 2001 Free Software Foundation, Inc. * @@ -65,7 +65,7 @@ extern const char *DEV_EXT_; extern const char *DEF_NAMES_[]; /* block sizes for devices */ extern const size_t SIZES_[]; -/* modes for devices */ +/* io modes for devices */ extern const mix_device_mode_t MODES_[]; /* files modes for devices */ extern const mix_fmode_t FMODES_[]; |