comparison src/dragdrop.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1307, USA. */
21 21
22 /* Synched up with: Not in FSF. */ 22 /* Synched up with: Not in FSF. */
23 23
24 #ifndef INCLUDED_dragdrop_h_ 24 #ifndef _XEMACS_DRAGDROP_H_
25 #define INCLUDED_dragdrop_h_ 25 #define _XEMACS_DRAGDROP_H_
26 26
27 /* Drag'n'Drop data types known by XEmacs */ 27 /* Drag'n'Drop data types known by XEmacs */
28 extern Lisp_Object Qdragdrop_MIME; 28 extern Lisp_Object Qdragdrop_MIME;
29 extern Lisp_Object Qdragdrop_URL; 29 extern Lisp_Object Qdragdrop_URL;
30 30
35 char *dnd_url_hexify_string (const char *s, const char *m); 35 char *dnd_url_hexify_string (const char *s, const char *m);
36 36
37 /* emacs interface */ 37 /* emacs interface */
38 void syms_of_dragdrop (void); 38 void syms_of_dragdrop (void);
39 39
40 #endif /* INCLUDED_dragdrop_h_ */ 40 #endif /* _XEMACS_DRAGDROP_H_ */