@@ -40,7 +40,7 @@
* @param dir The directory to sync.
* @param path The name of the directory to sync (for error messages).
*/
-void
+static void
dir_sync(DIR *dir, const char *path)
{
int fd;
@@ -27,7 +27,6 @@
DPKG_BEGIN_DECLS
-void dir_sync(DIR *dir, const char *path);
void dir_sync_path(const char *path);
void dir_sync_path_parent(const char *path);
void dir_sync_contents(const char *path);
@@ -77,7 +77,6 @@ LIBDPKG_PRIVATE {
path_make_temp_template;
path_quote_filename;
- dir_sync;
dir_sync_path;
dir_sync_contents;