diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-02-05 07:30:26 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-02-05 07:30:26 +0000 |
commit | dfcd3bfb6f8a213007c20e60060b4e9ec9205205 (patch) | |
tree | c43f1f196f08266345d283414914033ecc50bd5e /sim/arm/gdbhost.h | |
parent | 32edc927faea39b1f7be4654f6ffa03f3e6b16ce (diff) | |
download | gdb-dfcd3bfb6f8a213007c20e60060b4e9ec9205205.zip gdb-dfcd3bfb6f8a213007c20e60060b4e9ec9205205.tar.gz gdb-dfcd3bfb6f8a213007c20e60060b4e9ec9205205.tar.bz2 |
import gdb-2000-02-04 snapshot
Diffstat (limited to 'sim/arm/gdbhost.h')
-rw-r--r-- | sim/arm/gdbhost.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sim/arm/gdbhost.h b/sim/arm/gdbhost.h index e1bfd24..164d771 100644 --- a/sim/arm/gdbhost.h +++ b/sim/arm/gdbhost.h @@ -15,9 +15,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -void myprint(void *arg, const char *format, va_list ap); -void mypause(void *arg); -void mywritec(void *arg, int c); -int myreadc(void *arg); -int mywrite(void *arg, char const *buffer, int len); -char *mygets(void *arg, char *buffer, int len); +void myprint (void *arg, const char *format, va_list ap); +void mypause (void *arg); +void mywritec (void *arg, int c); +int myreadc (void *arg); +int mywrite (void *arg, char const *buffer, int len); +char *mygets (void *arg, char *buffer, int len); |