]> git.proxmox.com Git - grub2.git/blobdiff - include/grub/util/getroot.h
2004-04-04 Yoshinori K. Okuji <okuji@enbug.org>
[grub2.git] / include / grub / util / getroot.h
index 74ca437a59b3980952f6132f196a2bc76d7de2fe..4fc1d6b3de9696d1a1825c1b65f3a266fd34af70 100644 (file)
@@ -1,8 +1,8 @@
 /*
- *  PUPA  --  Preliminary Universal Programming Architecture for GRUB
+ *  GRUB  --  GRand Unified Bootloader
  *  Copyright (C) 2003  Free Software Foundation, Inc.
  *
- *  PUPA is free software; you can redistribute it and/or modify
+ *  GRUB is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with PUPA; if not, write to the Free Software
+ *  along with GRUB; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#ifndef PUPA_UTIL_GETROOT_HEADER
-#define PUPA_UTIL_GETROOT_HEADER       1
+#ifndef GRUB_UTIL_GETROOT_HEADER
+#define GRUB_UTIL_GETROOT_HEADER       1
 
-char *pupa_guess_root_device (const char *dir);
-char *pupa_get_prefix (const char *dir);
+char *grub_guess_root_device (const char *dir);
+char *grub_get_prefix (const char *dir);
 
-#endif /* ! PUPA_UTIL_GETROOT_HEADER */
+#endif /* ! GRUB_UTIL_GETROOT_HEADER */