Skip to content

Commit

Permalink
include/install.h: remove left-over do_install_network() prototype
Browse files Browse the repository at this point in the history
This is a left-over from cc86459 ("src/install: remove network mode")
that removed the network mode back in 2019.

Signed-off-by: Enrico Jörns <[email protected]>
  • Loading branch information
ejoerns committed Jan 21, 2025
1 parent fdaab69 commit f5487bf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions include/install.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,6 @@ G_GNUC_WARN_UNUSED_RESULT;
gboolean do_install_bundle(RaucInstallArgs *args, GError **error)
G_GNUC_WARN_UNUSED_RESULT;

/**
* Basic network installation procedure.
*
* NOTE: The network mode of RAUC is deprecated and will be replaced by some
* other mechanism in the near future. Do not rely on it for new designs.
*
* @param url URL to manifest to install
* @param error return location for a GError
*
* @return TRUE if installation succeeded, FALSE if any critical error occurred
*/
gboolean do_install_network(const gchar *url, GError **error)
G_GNUC_WARN_UNUSED_RESULT;

/**
* Initialize new RaucInstallArgs structure
*
Expand Down

0 comments on commit f5487bf

Please sign in to comment.