/[pupa]/pupa/include/pupa/normal.h
ViewVC logotype

Diff of /pupa/include/pupa/normal.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by marco_g, Mon Nov 17 18:07:06 2003 UTC revision 1.4 by marco_g, Wed Dec 3 19:17:26 2003 UTC
# Line 2  Line 2 
2  /*  /*
3   *  PUPA  --  Preliminary Universal Programming Architecture for GRUB   *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
4   *  Copyright (C) 2002,2003  Yoshinori K. Okuji <okuji@enbug.org>   *  Copyright (C) 2002,2003  Yoshinori K. Okuji <okuji@enbug.org>
5     *  Copyright (C) 2003  Marco Gerards <metgerards@student.han.nl>.
6   *   *
7   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
8   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 23  Line 24 
24    
25  #include <pupa/setjmp.h>  #include <pupa/setjmp.h>
26  #include <pupa/symbol.h>  #include <pupa/symbol.h>
27    #include <pupa/err.h>
28    
29  /* The maximum size of a command-line.  */  /* The maximum size of a command-line.  */
30  #define PUPA_MAX_CMDLINE        1600  #define PUPA_MAX_CMDLINE        1600
# Line 125  void EXPORT_FUNC(pupa_register_command) Line 127  void EXPORT_FUNC(pupa_register_command)
127                              const char *description);                              const char *description);
128  void EXPORT_FUNC(pupa_unregister_command) (const char *name);  void EXPORT_FUNC(pupa_unregister_command) (const char *name);
129  pupa_command_t pupa_command_find (char *cmdline);  pupa_command_t pupa_command_find (char *cmdline);
130    pupa_err_t pupa_set_history (int newsize);
131    int pupa_iterate_commands (int (*iterate) (pupa_command_t));
132  int pupa_command_execute (char *cmdline);  int pupa_command_execute (char *cmdline);
133  void pupa_command_init (void);  void pupa_command_init (void);
134  void pupa_normal_init_page (void);  void pupa_normal_init_page (void);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26