From b949a587d8ff80a1a7103308ad1603d1d190c4c5 Mon Sep 17 00:00:00 2001 From: me Date: Sun, 28 Jun 2009 18:22:15 -0400 Subject: [PATCH] Fixed the pwmd_option_t order to keep compatibility. --- src/libpwmd.h.in | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/libpwmd.h.in b/src/libpwmd.h.in index 538d1513..6828cb21 100644 --- a/src/libpwmd.h.in +++ b/src/libpwmd.h.in @@ -402,19 +402,6 @@ typedef enum { */ PWMD_OPTION_PASSPHRASE, - /*! A function to confirm an unknown host hash which wasn't found in the - * known hosts file. - * - * \see \ref ssh - */ - PWMD_OPTION_KNOWNHOST_CB, - - /*! User supplied data which is passed to the known host function. - * - * \see \ref ssh - */ - PWMD_OPTION_KNOWNHOST_DATA, - /*! An integer value that specifies the number of tries before \ref * pinentry(1) will give up when opening a file with the wrong supplied * passphrase. The default is 3. @@ -496,6 +483,19 @@ typedef enum { */ PWMD_OPTION_IP_VERSION, + /*! A function to confirm an unknown host hash which wasn't found in the + * known hosts file. + * + * \see \ref ssh + */ + PWMD_OPTION_KNOWNHOST_CB, + + /*! User supplied data which is passed to the known host function. + * + * \see \ref ssh + */ + PWMD_OPTION_KNOWNHOST_DATA, + /*! When the total number of bytes to be sent via an INQUIRE is known, * this should be set so XFER status messages can be parsed correctly. * When not known or unset, 0 is used as the total argument to the XFER -- 2.11.4.GIT