1
/* $Id: location.h,v 1.14 2004/04/01 15:59:52 jonas Exp $ */
3
#ifndef EL__SCHED_LOCATION_H
4
#define EL__SCHED_LOCATION_H
6
#include "sched/connection.h"
7
#include "util/lists.h"
8
#include "viewer/text/vs.h"
11
LIST_HEAD(struct location);
13
struct list_head frames;
14
struct download download;
19
void copy_location(struct location *, struct location *);
21
/* You probably want to call del_from_history() first! */
22
void destroy_location(struct location *);