tRename getkey() to readkey() - safe - password protected secret keeper
 (HTM) git clone git://git.z3bra.org/safe.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 14e7a02ab133fab082e46e0f4d8ea9ec898acd12
 (DIR) parent 2ff98df8a471e3752443373548ba39abab46dd58
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Mon,  3 Jun 2019 17:54:44 +0200
       
       Rename getkey() to readkey()
       
       Diffstat:
         M safe.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/safe.c b/safe.c
       t@@ -285,7 +285,7 @@ agent(struct safe *s, char *sockp)
        }
        
        int
       -getkey(struct safe *s, char *path)
       +readkey(struct safe *s, char *path)
        {
                int sfd;
                struct sockaddr_un addr;