import gdb-2000-02-04 snapshot
[deliverable/binutils-gdb.git] / sim / arm / gdbhost.h
index e1bfd24ef53b88b739ca6c6ec07ef5d8b38cabe4..164d7716efa7265235a6b02fc43246863800407d 100644 (file)
@@ -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);
This page took 0.028702 seconds and 4 git commands to generate.