aboutsummaryrefslogtreecommitdiff
path: root/src/backup.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-07-13 00:53:12 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-07-13 00:57:04 +0300
commit8d89ce088cc25786cb9520f67e9fe81c86c70277 (patch)
tree000bce5f45503a1760a9ac38c32c17ebfe6d9ea2 /src/backup.c
parentb6fb320cbbddc73aa5bbe76310931ddfc2d15979 (diff)
downloadidest-8d89ce088cc25786cb9520f67e9fe81c86c70277.tar.gz
idest-8d89ce088cc25786cb9520f67e9fe81c86c70277.tar.bz2
Get rid of argmatch.
* gnulib.modules: Remove argmatch. * src/backup.c: Remove unused include. * src/idest.h: Remove unused include. (frame_id): Rename to frame_to_item_id. (ed_item_set_comment_fields): New proto. * src/main.c (item_ids, item_names) (item_frames) (item_id,frame_id) (ed_item_find): Remove. (item_table, item_count): New variables. (name_to_item_info) (frame_id_to_item_info) (frame_to_item_id): New functions.
Diffstat (limited to 'src/backup.c')
-rw-r--r--src/backup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backup.c b/src/backup.c
index a90d606..9c85198 100644
--- a/src/backup.c
+++ b/src/backup.c
@@ -18,7 +18,6 @@
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
-#include "save-cwd.h"
#include "dirname.h"
#include "backupfile.h"

Return to:

Send suggestions and report system problems to the System administrator.