calcurse-edge/po/POTFILES.in
Lukas Fleischer 9ed7494f5e Move interaction functions to a separate file
This is a first step to clean up several compilation units and separate
the front end from back-end operations. All functions that require user
interaction are moved to a new compilation unit "interaction.c". Also,
following things are adjusted to the new layout:

* Make day_item_get_*() and a few other functions public, so that it can
  be accessed from the new compilation unit.

* Use apoint_hilt(), todo_hilt(), etc. instead of directly accessing
  static variables.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
2012-06-30 14:34:35 +02:00

32 lines
427 B
Plaintext

# List of source files which contain translatable strings.
src/apoint.c
src/args.c
src/calcurse.c
src/calendar.c
src/config.c
src/custom.c
src/day.c
src/dmon.c
src/event.c
src/getstring.c
src/help.c
src/ical.c
src/interaction.c
src/io.c
src/keys.c
src/llist.c
src/mem.c
src/note.c
src/notify.c
src/pcal.c
src/recur.c
src/sha1.c
src/sigs.c
src/todo.c
src/utf8.c
src/utils.c
src/vars.c
src/wins.c
scripts/calcurse-upgrade.sh.in