]> diplodocus.org Git - nmh/blobdiff - h/aliasbr.h
Fixed memory corruption in post(1) and inc(1) when using XOAUTH2.
[nmh] / h / aliasbr.h
index da027f594a336dee6b4f59e6fea5da517095ce08..a80d8b0589c40d0fcfbbe5e1c391c6648427f990 100644 (file)
@@ -21,14 +21,14 @@ struct adr {
  * prototypes
  */
 int alias (char *);
  * prototypes
  */
 int alias (char *);
-int akvisible (void);
+int akvisible (void) PURE;
 char *akresult (struct aka *);
 char *akvalue (char *);
 char *akerror (int);
 
 /* codes returned by alias() */
 
 char *akresult (struct aka *);
 char *akvalue (char *);
 char *akerror (int);
 
 /* codes returned by alias() */
 
-#define        AK_OK           0       /* file parsed OK        */
-#define        AK_NOFILE       1       /* couldn't read file    */
-#define        AK_ERROR        2       /* error parsing file    */
+#define        AK_OK           0       /* file parsed OK        */
+#define        AK_NOFILE       1       /* couldn't read file    */
+#define        AK_ERROR        2       /* error parsing file    */
 #define        AK_LIMIT        3       /* memory limit exceeded */
 #define        AK_LIMIT        3       /* memory limit exceeded */