~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/3rdparty/qmon/ltree/DND.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef DND_H
 
2
#define DND_H
 
3
 
 
4
void InitializeDropSite P_((Widget w));
 
5
void start_drag P_((Widget aw, XEvent *event, String *params, 
 
6
                        Cardinal *num_params));
 
7
#endif   /* DND_H */