You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/10 22:39:09 UTC

[02/50] [abbrv] incubator-mynewt-core git commit: bootutil - Remove obsolete prototypes.

bootutil - Remove obsolete prototypes.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/8d44098c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/8d44098c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/8d44098c

Branch: refs/heads/master
Commit: 8d44098c806eaf95ea44e0a7626754580344b546
Parents: c694835
Author: Christopher Collins <cc...@apache.org>
Authored: Sun Nov 6 20:27:22 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Sun Nov 6 20:27:22 2016 -0800

----------------------------------------------------------------------
 boot/bootutil/include/bootutil/bootutil.h | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/8d44098c/boot/bootutil/include/bootutil/bootutil.h
----------------------------------------------------------------------
diff --git a/boot/bootutil/include/bootutil/bootutil.h b/boot/bootutil/include/bootutil/bootutil.h
index 0771221..4473da9 100644
--- a/boot/bootutil/include/bootutil/bootutil.h
+++ b/boot/bootutil/include/bootutil/bootutil.h
@@ -32,8 +32,6 @@ extern "C" {
 #define BOOT_SWAP_TYPE_FAIL     4
 
 struct image_header;
-struct boot_img_trailer;
-
 /**
  * A response object provided by the boot loader code; indicates where to jump
  * to execute the main image.
@@ -58,9 +56,6 @@ int boot_swap_type(void);
 int boot_set_pending(void);
 int boot_set_confirmed(void);
 
-int boot_read_img_trailer(int slot, struct boot_img_trailer *bit);
-int boot_read_scratch_trailer(struct boot_img_trailer *bit);
-
 #define SPLIT_GO_OK                 (0)
 #define SPLIT_GO_NON_MATCHING       (-1)
 #define SPLIT_GO_ERR                (-2)