X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=keyd.h;h=1ea601c82777af9de57ecc039578f0e8b4e1b5b3;hp=91959c87258a616475bd065b081cf3fa599b0e70;hb=adc800dbc424a1e246dd4a82a0c2e88eeda25531;hpb=d38e1f468376f8b19b208f2da4d20cb2919875dd diff --git a/keyd.h b/keyd.h index 91959c8..1ea601c 100644 --- a/keyd.h +++ b/keyd.h @@ -14,8 +14,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __KEYD_H__ @@ -34,16 +33,18 @@ enum keyd_ops { KEYD_CMD_UNKNOWN = 0, KEYD_CMD_VERSION = 1, - KEYD_CMD_GET, + KEYD_CMD_GET_ID, KEYD_CMD_STORE, KEYD_CMD_DELETE, - KEYD_CMD_GETTEXT, + KEYD_CMD_GET_TEXT, KEYD_CMD_GETFULLKEYID, KEYD_CMD_KEYITER, KEYD_CMD_CLOSE, KEYD_CMD_QUIT, KEYD_CMD_STATS, - KEYD_CMD_GETSKSHASH, + KEYD_CMD_GET_SKSHASH, + KEYD_CMD_GET_FP, + KEYD_CMD_UPDATE, KEYD_CMD_LAST /* Placeholder */ }; @@ -58,7 +59,7 @@ enum keyd_reply { /** * @brief Version of the keyd protocol currently supported */ -static const uint32_t keyd_version = 3; +static const uint32_t keyd_version = 5; /** * @brief Response structure for the @a KEYD_CMD_STATS response