]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* include/grub/dl.h (grub_dl_load_file): Don't export.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 26 Feb 2012 22:44:39 +0000 (23:44 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 26 Feb 2012 22:44:39 +0000 (23:44 +0100)
ChangeLog
include/grub/dl.h

index 1f2823241320b2781c60d2ed489ab6b24b815b9d..54d3d501d19ca8ea74139c0d4743a1eec06e3a27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * include/grub/dl.h (grub_dl_load_file): Don't export.
+
 2012-02-26  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/disk/diskfilter.c (grub_diskfilter_open): Remove useless
index d5f009829c3eb15913730f53ef358412caf9520f..1fd7ae24358363e16921767f2531078e99246e27 100644 (file)
@@ -146,7 +146,7 @@ struct grub_dl
 };
 typedef struct grub_dl *grub_dl_t;
 
-grub_dl_t EXPORT_FUNC(grub_dl_load_file) (const char *filename);
+grub_dl_t grub_dl_load_file (const char *filename);
 grub_dl_t EXPORT_FUNC(grub_dl_load) (const char *name);
 grub_dl_t grub_dl_load_core (void *addr, grub_size_t size);
 int EXPORT_FUNC(grub_dl_unload) (grub_dl_t mod);