Zdenek Kotala wrote:
If I look there http://www.opengroup.org/onlinepubs/008329799/chap5.htm#tagcjh_06

in "Call Back Information" section. The structure is defined as

struct pam_conv{ int (*conv) (int, struct pam_message **, struct pam_response **, void *); void *appdata_ptr; };


I don't see any "const" keyword there.

Right after that:

where int conv(int num_msg, const struct pam_message **msg, struct pam_response **resp, void *appdata_ptr);

How confusing...

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to