/[cvs]/ccvs/src/sign.h
ViewVC logotype

Diff of /ccvs/src/sign.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.3 by dprice, Sun Oct 16 17:02:43 2005 UTC revision 1.1.2.4 by dprice, Sun Oct 16 20:45:19 2005 UTC
# Line 38  void set_sign_textmode (const char *text Line 38  void set_sign_textmode (const char *text
38  void add_sign_arg (const char *arg);  void add_sign_arg (const char *arg);
39    
40  /* Get values.  */  /* Get values.  */
41  bool get_sign_commits (bool server_support);  bool get_sign_commits (bool server_active, bool server_support);
42  char *get_signature (const char *srepos, const char *filename, bool bin,  char *gen_signature (const char *srepos, const char *filename, bool bin,
43                       size_t *len);                       size_t *len);
44    char *get_signature (bool server_active, const char *srepos,
45                         const char *filename, bool bin, size_t *len);
46    
47  /* Other utilities.  */  /* Other utilities.  */
48    bool have_sigfile (bool server_active, const char *fn);
49  char *get_sigfile_name (const char *fn);  char *get_sigfile_name (const char *fn);
50  #endif /* SIGN_H */  #endif /* SIGN_H */

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26