Browse Source

published cleanup func

Joe Shochet 23 years ago
parent
commit
27943c09cd
1 changed files with 3 additions and 2 deletions
  1. 3 2
      panda/src/downloader/downloader.h

+ 3 - 2
panda/src/downloader/downloader.h

@@ -70,6 +70,9 @@ PUBLISHED:
   INLINE int get_bytes_requested(void) const;
   INLINE float get_bytes_per_second(void) const;
 
+  void cleanup(void);
+
+
 private:
   class DownloadStatus {
   public:
@@ -104,8 +107,6 @@ private:
   int run_to_ram(void);
   int write_to_ram(DownloadStatus *status);
 
-  void cleanup(void);
-
 private:
   bool _connected;
   int _socket;