summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_services.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--minadbd/minadbd_services.h (renamed from minadbd/minadbd.h)7
1 files changed, 2 insertions, 5 deletions
diff --git a/minadbd/minadbd.h b/minadbd/minadbd_services.h
index 3570a5da5..6835bd770 100644
--- a/minadbd/minadbd.h
+++ b/minadbd/minadbd_services.h
@@ -14,9 +14,6 @@
* limitations under the License.
*/
-#ifndef MINADBD_H__
-#define MINADBD_H__
+#pragma once
-int minadbd_main();
-
-#endif
+void SetMinadbdSocketFd(int socket_fd);