diff options
Diffstat (limited to 'src/plugins/fs/search.h')
-rw-r--r-- | src/plugins/fs/search.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/plugins/fs/search.h b/src/plugins/fs/search.h index b0dcf719..37c51818 100644 --- a/src/plugins/fs/search.h +++ b/src/plugins/fs/search.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of GNUnet. | 2 | This file is part of GNUnet. |
3 | (C) 2005, 2006 Christian Grothoff (and other contributing authors) | 3 | (C) 2005, 2006, 2008 Christian Grothoff (and other contributing authors) |
4 | 4 | ||
5 | GNUnet is free software; you can redistribute it and/or modify | 5 | GNUnet is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published | 6 | it under the terms of the GNU General Public License as published |
@@ -71,6 +71,16 @@ SearchList *fs_search_started (struct GNUNET_FSUI_SearchList *list, | |||
71 | void fs_search_aborted (SearchList * searchContext); | 71 | void fs_search_aborted (SearchList * searchContext); |
72 | 72 | ||
73 | /** | 73 | /** |
74 | * A search process has been aborted. Update display. | ||
75 | */ | ||
76 | void fs_search_paused (SearchList * searchContext); | ||
77 | |||
78 | /** | ||
79 | * A search process has been aborted. Update display. | ||
80 | */ | ||
81 | void fs_search_restarted (SearchList * searchContext); | ||
82 | |||
83 | /** | ||
74 | * A search process has stopped. Clean up. | 84 | * A search process has stopped. Clean up. |
75 | */ | 85 | */ |
76 | void fs_search_stopped (SearchList * searchContext); | 86 | void fs_search_stopped (SearchList * searchContext); |