/[hurd]/hurd/boot/boot_script.h
ViewVC logotype

Diff of /hurd/boot/boot_script.h

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

revision 1.9 by roland, Fri Aug 17 10:28:22 2001 UTC revision 1.10 by roland, Wed May 29 02:42:34 2002 UTC
# Line 102  int boot_script_exec (void); Line 102  int boot_script_exec (void);
102  /* Create an entry in the symbol table for variable NAME,  /* Create an entry in the symbol table for variable NAME,
103     whose type is TYPE and value is VAL.  Returns 0 on success,     whose type is TYPE and value is VAL.  Returns 0 on success,
104     non-zero otherwise.  */     non-zero otherwise.  */
105  int boot_script_set_variable (const char *name, int type, int val);  int boot_script_set_variable (const char *name, int type, integer_t val);
106    
107  /* Define the function NAME, which will return type RET_TYPE.  */  /* Define the function NAME, which will return type RET_TYPE.  */
108  int boot_script_define_function (const char *name, int ret_type,  int boot_script_define_function (const char *name, int ret_type,
109                                   int (*func) (const struct cmd *cmd, int *val));                                   int (*func) (const struct cmd *cmd,
110                                                  integer_t *val));
111    
112  /* Returns a string describing the error ERR.  */  /* Returns a string describing the error ERR.  */
113  char *boot_script_error_string (int err);  char *boot_script_error_string (int err);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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