View | Details | Raw Unified | Return to bug 158305
Collapse All | Expand All

(-)opie-2.4/opie.h (+8 lines)
Lines 40-45 License Agreement applies to this softwa Link Here
40
#ifndef _OPIE_H
40
#ifndef _OPIE_H
41
#define _OPIE_H 1
41
#define _OPIE_H 1
42
42
43
#ifdef __cplusplus
44
extern "C" {
45
#endif
46
43
#if _OPIE
47
#if _OPIE
44
48
45
#if HAVE_VOIDPTR
49
#if HAVE_VOIDPTR
Lines 248-251 int __opieparsechallenge __P((char *buff Link Here
248
#define OPIEPASSWD_CONSOLE 1
252
#define OPIEPASSWD_CONSOLE 1
249
#define OPIEPASSWD_FORCE   2
253
#define OPIEPASSWD_FORCE   2
250
254
255
#ifdef __cplusplus
256
};
257
#endif
258
251
#endif /* _OPIE_H */
259
#endif /* _OPIE_H */

Return to bug 158305